Hello Everyone!
In our company, we handover a number of booklets to our delegates and we need to track the serial numbers with each one.
So, I've created a form to record the starting & ending range of the booklets, I need VBA to list a preview to the booklets within the written range when I hit the button ( Preview) which will record 3 fields ( Delegate, Date, & Booklet number ) for each of the booklets.
Then, after reviewing the numbers & make sure they are accurate, I shall hit the other button "Register" to add them to the table.
A quick introduction to the database:
1- (Table) Delegates: Stores the names of the delegates.
2- (Table) Temp_Delegates_Booklets: Stores the preview data, erase all data each time ahead of the preview.
3- (Table) Delegates_Booklets: Stores the final data after revision.
4- (Form) Register_Booklet: The interface for the entry process.
5- (Form) Temp_Delegates_Booklets subform: Preview the data of the booklets before storing them in #3 (Table) Delegates_Booklets
Thanks in advance
In our company, we handover a number of booklets to our delegates and we need to track the serial numbers with each one.
So, I've created a form to record the starting & ending range of the booklets, I need VBA to list a preview to the booklets within the written range when I hit the button ( Preview) which will record 3 fields ( Delegate, Date, & Booklet number ) for each of the booklets.
Then, after reviewing the numbers & make sure they are accurate, I shall hit the other button "Register" to add them to the table.
A quick introduction to the database:
1- (Table) Delegates: Stores the names of the delegates.
2- (Table) Temp_Delegates_Booklets: Stores the preview data, erase all data each time ahead of the preview.
3- (Table) Delegates_Booklets: Stores the final data after revision.
4- (Form) Register_Booklet: The interface for the entry process.
5- (Form) Temp_Delegates_Booklets subform: Preview the data of the booklets before storing them in #3 (Table) Delegates_Booklets
Thanks in advance
