Form update table...

  • Thread starter Thread starter stephendeloach via AccessMonster.com
  • Start date Start date
S

stephendeloach via AccessMonster.com

How do I make my form auto update my table? All of my other fields in the
form auto update in the table except one...? Suggestions....? Thanks
 
stephendeloach said:
How do I make my form auto update my table? All of my other fields in
the form auto update in the table except one...? Suggestions....?
Thanks

Is that control bound to a field in the table? Its ControlSource should be
the name of a field. If instead it is an expression then that is not a
bound control and it will not save anything to the table. The result of
such expressions should almost never be saved anyway, but evaluated
on-the-fly.
 
In the control source is an expression. So what you are saying is that it
really dosent matter if it is in the table? 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

Back
Top