Hi, I have a Units table which has 280 records entered - just the autonumber ID and the name of the units. I have added many more fields to it and want to fill them in as well using a form. One of the fields is an Owner field, which comes from the Owner table as a Foreign Key. I created the form automatically and everything looked fine. The only problem was that it was only showing the ID number for the Owner. So I put in the Owner's name field from the Owners Table (which has 60 records entered). Suddenly the form will only show record 1 of 1 or all fields empty.
I deleted the Owners name field and it made no difference. I deleted the form and did it all again, this time using the form wizard and only using a few fields. Same thing happened - as soon as anything other than OwnerID from the Owner's form was added, the form only showed record 1 of 1 or New record. The 280 records in the Unit Table are still there. A combo-box listing of all the owners in that form works fine. If I add a record to the Unit table using this form, it shows on the form as record 1 but on the table as record 281. I need to edit records 1-280 and be sure I am allocating the right Owner to the right Unit.
It is OK to put fields from different tables on the same form isn't it? What's going on? Sorry if this is a stupid question, I'm trying to learn how to use Access. I checked the form properties, they all seem to be OK (Additions, Deletions, Edits = Yes; Data Entry=No).