View Full Version : Form not updating with Records


kellan4459
01-17-2002, 09:17 AM
I have a form that will not load the records on open. I have an on open command that points it to a new record but I would like the user to be able to go back through the list to edit prior entries if need be. Why will it not load all records. The control source is a query and when the query is run it shows every record.

Elana
01-17-2002, 10:05 AM
Is the Data Entry property of the form set to Yes or No? If "yes", then it won't show all the records in the recordset.

kellan4459
01-18-2002, 04:04 AM
I appreciate the help! It worked that way.