OK the best way to describe what I want to do is Step by step
I want to create a Form that a user can populate with information for a new job. This form should have all the fields that are contained in a Master Table.
The user then puts in a starting record number and an ending record number, clicks on an "ADD NEW PROJECT" button on the form and the record numbers in the master table are populated with the information.
I know that once the user clicks on the add new project button that it has to run an update query. but I am not sure how to create the form with the fields. Should they all be unassigned and then somehow defined to the update query?
I want to create a Form that a user can populate with information for a new job. This form should have all the fields that are contained in a Master Table.
The user then puts in a starting record number and an ending record number, clicks on an "ADD NEW PROJECT" button on the form and the record numbers in the master table are populated with the information.
I know that once the user clicks on the add new project button that it has to run an update query. but I am not sure how to create the form with the fields. Should they all be unassigned and then somehow defined to the update query?