Forms not updating

  • Thread starter Thread starter TJ
  • Start date Start date
T

TJ

Anyone run into a situation where you have about 30
customer service people pounding in information in an
Access form and the form doesn't display the entered data?
However, the entered data DOES appear in the table(s).
What might be causing the forms to not display that data?

Thanks.
TJ
 
TJ said:
Anyone run into a situation where you have about 30
customer service people pounding in information in an
Access form and the form doesn't display the entered data?
However, the entered data DOES appear in the table(s).
What might be causing the forms to not display that data?

They either have a filter applied or are bound to queries with criteria that is
filtering them out, or they need to be requeried. If a form is opened and records
are added by someone else after that, then those new records will not show until the
form is requeried. You can do this by closing and reopening the form or else you
have to use some code to Requery the form in certain events.
 
Back
Top