I'm an access newbie, so please forgive me if I'm asking something that's already been answered. I've tried searching the forum and haven't quite found the fix.
I'm using a form to enter data into a new database. It all seems to work except for one snag. I can enter the data just fine, and can retreive (i.e. view and then re-edit) any record as long as one specific field is filled out (which turns out to be a telephone number). If I enter in a record and don't have a phone number filled in, then it records all the data fine in all of my tables, but I can't use the form to see the record again.
The database is setup with Child Tables connecting to the Parent Table. The PhoneNumber Table is one of those Child tables, so that each record could have multiple phone numbers. I have many other tables setup exactly like this table is, and none of them behave this way.
Any idea why?
Thanks.