Form stopped showing records.

burnsmr

Registered User.
Local time
Today, 10:58
Joined
Oct 13, 2004
Messages
11
The database we use collects information from our volunteers, currently with around 1580 records. Yesterday while inputing data, the main form stopped displaying records. The table and query still show all data, however the form for search/input now shows only 1 record. Ive tried changing the record source between a query and table with the same data, and still nothing more than 1 record ( a new one at that). Any ideas what may have happened and how I can fix the problem without creating a new form?
 
Did the Data Entry property of the form get changed somehow to YES from NO?
 
Still is set to yes. I can still add data and it shows up in the form, but never adds to my main form record view.
 
Still is set to yes. I can still add data and it shows up in the form, but never adds to my main form record view.
DataEntry should be set to NO for data to show up, not YES. DataEntry set to YES will ONLY show the records that are currently entered during the time the form is open and then when reopened it will not show records again.
 
Thats what the problem was. Thanks alot bob. Everything works fine now.
 

Users who are viewing this thread

Back
Top Bottom