Cannot view data in forms on server

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi, I currently have an access database on a server which is used for sign in
of our customers. When they sign in up front, our help desk personnel open
access from the server and open up forms and then sign in sheet. Somebody
had clicked on Records and then data entry and from that point on, all the
data dissapeared but is still located in tables and query. Did clicking on
data entry change some settings and if so, how can I revert it back to the
way it used to be. Thanks again in advance for any help you guys might
provide!
 
Set the 'Data' properties of the form to Data Entry = no either with code
or on the data tab in the properties window while in the design mode.

Use code to reset this property every time the form is used.
 
Outstanding! Thanks for the help!

tynerr said:
Set the 'Data' properties of the form to Data Entry = no either with code
or on the data tab in the properties window while in the design mode.

Use code to reset this property every time the form is used.
 
Back
Top