Form not displaying previous data entries

B

Brian DuCharme

What possible reason is there for my form not displaying
previous data entries? I've checked the property setting
for the data entry and it says 'no', and I've compared my
other databases forms properties with this one and don't
see any obvious differences. What could it be? Thanks for
the help.
 
A

Albert

If your RecordSource is query or SQL statement, Entried data may out of
WHERE scope. or do you have any filter set during runtime.

HTH
 
Top