Unhide Existing Records in Form

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

Guest

When I built my database 6 months or so ago, I set something in my form
(can't remember what) so that existing records in the underlying table were
hidden and not visible to the data entry person. The only records visible in
the form are the ones the data entry person enters right now. Once the user
closes the form, there most recent entries are also hidden.

I would like to make existing records visible again, but I can't figure out
where to turn this back on. All of the following form properties on the
following are already set to "Yes", so it's not these:

Allow Edits
Allow Additions
Allow Deletions
Data Entry

Your suggestions are appreciated. Thanks!
CJ
 
Change the DataEntry Property to false, when it set to true it will show only
the last entries.
 
Back
Top