I am creating a database and currently have 3 tables which i will call on here Table 1, Table 2 and Table 3.
I have created the main look of my form which i want to be able to use with information from Table 1. I want to have have some Command buttons which i can set up so that i press for example F2 which will open a window or something with Data Fields from Table 2 so that i cant enter information and then press for example F7 which will save the information and F8 which will close that window.
Then i want a button which when i press for example F3 it will open up a different window or something with Data fields from Table 3 where i can also enter information in it then press F7 to save and F8 to close that window. and a F7 save button and F8 close button to save and close the main window which will be first thing you see when you open the form. (the above might sound confusing but i have a picture in my head of what i want the form to do etc, i just need to make it happen)
But all the information that is save on the windows i want all linked with each record, so that when i add a new record and when i press F2 or F3 then those windows will be blank and not have the information from another window, so that i can enter information and keep them saved in the tables and database.
And i also want a subform on my main page of my form but i have tried this and entered information into the subform but when i add a new record the information stays in the subform and does not go blank for the new record without me having to click the right button on the subform to add (hope this makes sense to)
Hope there are some people who can help and make it easier for me to do, i want to be able to get this plan i got in my head into action, but unfortunately im no expert with Microsoft Access