Calculating and Saving w/ Textbox

P

Patrick

I have a form where I calculate some date differences for
things being late using textboxes. Well if I put the
calculation in the control source section, how do I then
save that calculated value in the appropriate field? Is
there a better way to do this? Any info would be great.

Thanks,
Patrick
 
F

fredg

I have a form where I calculate some date differences for
things being late using textboxes. Well if I put the
calculation in the control source section, how do I then
save that calculated value in the appropriate field? Is
there a better way to do this? Any info would be great.

Thanks,
Patrick

Why would you want to save it?
If you can compute the days late today, you can compute the same value
next month or next year.
Don's save the computation.
Save the 2 dates.
Re-compute when needed.
 
G

Guest

Well I guess I don't have to save it. But I would still
like to. I will see what I can figure out.

Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top