Hi There,
Please could someone advise if this is possible.
I have the following fields,
'Serial Number' (Primary Key from my table)
'Build Date' (MMYY)
'Sales Area'
'Serial Qty' (unbound text box in a form)
If the user types the following into the form with the below fields
'Serial Number' 12345
'Build Date' 0112
'Sales Area' A
'Serial Qty' 1
within my table it creates a record as:
Serial Number Build Date Sales Area
12345---------- 0112 -------A
But if the user types the following into the form with the below fields
'Serial Number' 12345
'Build Date' 0112
'Sales Area' A
'Serial Qty' 3
within my table it creates a records as:
Serial Number Build Date Sales Area
12345/1--------0112 -------A
12345/2------- 0112 --------A
12345/3 -------0112 --------A
Im just trying to save my users some time, ensure access does this for them. I no some people will save use the autonumber function, but our serial numbers are no gernerated this way, they are gernerated from the build order and we dont just sell items we require a serial number for. Its also important, if the serial qty is 1 it doesnt add /1
Thanks In Advanced.
Please could someone advise if this is possible.
I have the following fields,
'Serial Number' (Primary Key from my table)
'Build Date' (MMYY)
'Sales Area'
'Serial Qty' (unbound text box in a form)
If the user types the following into the form with the below fields
'Serial Number' 12345
'Build Date' 0112
'Sales Area' A
'Serial Qty' 1
within my table it creates a record as:
Serial Number Build Date Sales Area
12345---------- 0112 -------A
But if the user types the following into the form with the below fields
'Serial Number' 12345
'Build Date' 0112
'Sales Area' A
'Serial Qty' 3
within my table it creates a records as:
Serial Number Build Date Sales Area
12345/1--------0112 -------A
12345/2------- 0112 --------A
12345/3 -------0112 --------A
Im just trying to save my users some time, ensure access does this for them. I no some people will save use the autonumber function, but our serial numbers are no gernerated this way, they are gernerated from the build order and we dont just sell items we require a serial number for. Its also important, if the serial qty is 1 it doesnt add /1
Thanks In Advanced.