I have a total of four forms that I want to link to one table. I want to make it so that after setting my three primary keys the forms (when data entered in) will automatically que the correct record on the table and fill in the missing data with the information that was entered on the form.
prodcontrol
Keys don't allow duplicates. Indexes might but a key is something that identifies one single record. Maybe you mean each of the 3 fields individually might have duplicates but together they don't.
A table (or query) can be connected to any number of forms. If you make an insertion or update on one form and then move to the next, the update from the first form will automatically be made to the underlying table(s)as you leave it.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.