This is odd. I have a form that is related to a table that has 6 or 7 entries in it. When I launch the form it automatically goes to a new record. But it is showing 1 of 1 and I can't go to first or last or any other record. If I type in a bunch of new records I can navigate amongst the ones I've just entered but not the ones that existed before.
Allow Additions is set to yes, Data Entry is set to No, Allow Edits is set to Yes, basically all the defaults.
The only thing I have in the form on load function is a call to a function that checks the value of a combo box and determines if a related text box needs to be enabled or not. But I am still not showing all records even when I remove the event.
Any ideas?
Allow Additions is set to yes, Data Entry is set to No, Allow Edits is set to Yes, basically all the defaults.
The only thing I have in the form on load function is a call to a function that checks the value of a combo box and determines if a related text box needs to be enabled or not. But I am still not showing all records even when I remove the event.
Any ideas?
Comment