Hello,
I am working on updating an Access 2003 database using Access 2007 and have a question about auto creating new records from a form.
The current form (frmMainForm) includes the following fields and creates records in the table (tblMainTable)
Inspection Date
Part Number
Serial Number
Revision
Assembler
2nd Party Check
Inspected By
Pass/Fail
Re-Inspection
Reason for Failure/Code
What I would like to be able to do is fill out the form as is, except be able to enter a range of serial numbers such as (starting serial # and ending serial #) and when the form is updated have it create new records in the tblMainTable for each of the serial numbers in the range using the information from the frmMainForm.
The serial number format is 0908W001 where 09 is the current month, 08 is the current year, W indicates the product line, and 001 is a sequential number from 0-999. The only part that needs to be incremented is the 001.
0908W001
0908W002
0908W003
etc…
Any help would be greatly appreciated.
Thanks in advance.
I am working on updating an Access 2003 database using Access 2007 and have a question about auto creating new records from a form.
The current form (frmMainForm) includes the following fields and creates records in the table (tblMainTable)
Inspection Date
Part Number
Serial Number
Revision
Assembler
2nd Party Check
Inspected By
Pass/Fail
Re-Inspection
Reason for Failure/Code
What I would like to be able to do is fill out the form as is, except be able to enter a range of serial numbers such as (starting serial # and ending serial #) and when the form is updated have it create new records in the tblMainTable for each of the serial numbers in the range using the information from the frmMainForm.
The serial number format is 0908W001 where 09 is the current month, 08 is the current year, W indicates the product line, and 001 is a sequential number from 0-999. The only part that needs to be incremented is the 001.
0908W001
0908W002
0908W003
etc…
Any help would be greatly appreciated.
Thanks in advance.