I have not built a MS Access database for about 20 years. I was asked to create one for a client and I am having difficulty getting back into the swing of things. I'm working in Access 2013.
Here is the problem I am having. I have linked several tables together using one to one relationships (linked the primary key ID). I then created a simple query containing fields from these tables that I need to incorporate into a form. The form is to be used by the client to enter new records. The form is bound to the query. All the data fields appear to be working properly. The problem is this: I go to the form, enter a new order, it autonumbers a new record, I save, go onto to a new record, enter more data, then close the form and when I go back there are no records.
Upon investigating I see that the record data is being stored in the tables (not the record source query) and the tables are not linked together the way they should be. For example I want the autonumber ID to be the same across all tables. Right now it is not doing that, the ID numbers do not match. I figured when creating this that all the data would be store in the query, perhaps I am just confused, actually I am quite sure I'm confused.
I want to be able to scroll through all existing records in the form, not just in the tables.
Is there anyone here that can give me a hand and help me figure out what it is I am doing wrong here? Thanks in advance for your assistance.