Inserting value of an unbound Textbox

  • Follow


hi, 

i got a form in which a integer value (Number) is being calculated based on 
the unput the user is giving in the different fields, now i want to insert 
this data in a field in my table, when the input is saved

any bright ideas?
0
Reply Utf 3/10/2010 6:46:07 PM

See:
    Calculated fields
at:
    http://allenbrowne.com/casu-14.html

-- 
Allen Browne - Microsoft MVP.  Perth, Western Australia
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.


"Addy" <Addy@discussions.microsoft.com> wrote in message 
news:494340EE-F995-4C6D-97E4-46AE1795AD8A@microsoft.com...
> hi,
>
> i got a form in which a integer value (Number) is being calculated based 
> on
> the unput the user is giving in the different fields, now i want to insert
> this data in a field in my table, when the input is saved
>
> any bright ideas? 

0
Reply Allen 3/11/2010 12:20:30 AM


DON'T save it to the table.  Queries are great for calculations, and you can 
do calculation in forms and in reports too.  However, everything is done on 
the fly, as you go.  I used to think it was a good idea to save the results 
of calculations back to a table.  After I tried to do what you are trying to 
trying to do, and even put up a few posts here, I realized there really is no 
reason to do such a thing.  

Good luck.

-- 
Ryan---
If this information was helpful, please indicate this by clicking ''Yes''.


"Allen Browne" wrote:

> See:
>     Calculated fields
> at:
>     http://allenbrowne.com/casu-14.html
> 
> -- 
> Allen Browne - Microsoft MVP.  Perth, Western Australia
> Tips for Access users - http://allenbrowne.com/tips.html
> Reply to group, rather than allenbrowne at mvps dot org.
> 
> 
> "Addy" <Addy@discussions.microsoft.com> wrote in message 
> news:494340EE-F995-4C6D-97E4-46AE1795AD8A@microsoft.com...
> > hi,
> >
> > i got a form in which a integer value (Number) is being calculated based 
> > on
> > the unput the user is giving in the different fields, now i want to insert
> > this data in a field in my table, when the input is saved
> >
> > any bright ideas? 
> 
> .
> 
0
Reply Utf 3/12/2010 4:02:01 AM

2 Replies
506 Views

(page loaded in 4.35 seconds)

Similiar Articles:
















7/21/2012 4:51:41 AM


Reply: