IanMilly
Registered User.
- Local time
- Today, 21:28
- Joined
- Jun 1, 2004
- Messages
- 46
hello,
I have a database which has a part of it that creates serial numbers etc.
A serial numbers is created from a combobox and 2 txt boxes.
The combobox gives a letter, the first text box creates a date and the third uses an autonumber.
The three boxes then have info extracted into an unbound text box in the following format.
=[letter] & Format([date],"mmyy") & Format([serialnumber],"00000000")
Example: DI 05/07/04 00000009 => DI070400000009
this all works great - the problem being i need to save this new value in a table. how can this be done?
- the only reason the value needs to be saved in a table is that the data is to be imported into a commercial program to make some labels.
Any help would be appreciated
Thanks
Ian
I have a database which has a part of it that creates serial numbers etc.
A serial numbers is created from a combobox and 2 txt boxes.
The combobox gives a letter, the first text box creates a date and the third uses an autonumber.
The three boxes then have info extracted into an unbound text box in the following format.
=[letter] & Format([date],"mmyy") & Format([serialnumber],"00000000")
Example: DI 05/07/04 00000009 => DI070400000009
this all works great - the problem being i need to save this new value in a table. how can this be done?
- the only reason the value needs to be saved in a table is that the data is to be imported into a commercial program to make some labels.
Any help would be appreciated
Thanks
Ian
Last edited: