Xenophobia
Technical User
Hello,
My question shouldn't be too complicated, except I am just uncertain as to how to get this done without the built in Access navigation buttons at the bottom of forms.
I have an access application with the database in this same application, so no external linking is going on here.
I have a form called "mainApp" and what is going on here is that "mainApp" is getting user information through the first form, "login". The "login" form passes a global variable into the "mainApp" form where the unique user who logged in can now access respective information that is stored for them in tables. They then choose 3 different items from a combo box, pick a date, and enter how many hours they spent with this particular entry (the application is a time study).
What I need is to be able to create a type of 'submit' button that when a user clicks this 'submit' button, all the fields in the "mainApp" form are saved to a table (containing: uniqueId, empNumber, the three combo box fields, date, and hours)
Thank you in advance for any help,
~ Xenophobia
My question shouldn't be too complicated, except I am just uncertain as to how to get this done without the built in Access navigation buttons at the bottom of forms.
I have an access application with the database in this same application, so no external linking is going on here.
I have a form called "mainApp" and what is going on here is that "mainApp" is getting user information through the first form, "login". The "login" form passes a global variable into the "mainApp" form where the unique user who logged in can now access respective information that is stored for them in tables. They then choose 3 different items from a combo box, pick a date, and enter how many hours they spent with this particular entry (the application is a time study).
What I need is to be able to create a type of 'submit' button that when a user clicks this 'submit' button, all the fields in the "mainApp" form are saved to a table (containing: uniqueId, empNumber, the three combo box fields, date, and hours)
Thank you in advance for any help,
~ Xenophobia