Form update table...

  • Thread starter stephendeloach via AccessMonster.com
  • 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
 
R

Rick Brandt

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.
 
S

stephendeloach via AccessMonster.com

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
 
Top