Hi everyone.
I am about to start a simple project to save all data from my grocery shopping and/or Gas, Millage and car services in a 2016 MS Access Database.
I know some VBA or none-VBA data manipulating in Access. What I am not sure how to do is here:
A data entry form saves data in related table automatically [I don't like it
!!! ] as you type them in and if there was error and user wanted to correct it then it is a complicated task (we'll also lose some Primary Key #'s).
Let's say I have a form that shows a supermarket info on top and a list of items on bottom. Number of the items in this list is variable from each shopping invoice.
How do I create a form that holds any number of data (rows)?
Once user verified all data then using a "Save" button user can save them in related tables, for example, tbl_store to save the store's data and tbl_merchandises to save details about each item.
We all know there should be some relationships between the tables and let's assume that part is done properly for now. If I had difficulties in creating Relationships then I will ask.
I hope I've presented my thread clearly.
Thank you for your time.
I am about to start a simple project to save all data from my grocery shopping and/or Gas, Millage and car services in a 2016 MS Access Database.
I know some VBA or none-VBA data manipulating in Access. What I am not sure how to do is here:
A data entry form saves data in related table automatically [I don't like it

Let's say I have a form that shows a supermarket info on top and a list of items on bottom. Number of the items in this list is variable from each shopping invoice.
How do I create a form that holds any number of data (rows)?
Once user verified all data then using a "Save" button user can save them in related tables, for example, tbl_store to save the store's data and tbl_merchandises to save details about each item.
We all know there should be some relationships between the tables and let's assume that part is done properly for now. If I had difficulties in creating Relationships then I will ask.
I hope I've presented my thread clearly.
Thank you for your time.