D
Dave
Access 2003
Field is "dispatch_id' and is a text field
There is also a field called "dispatch_date" in the same table
So I need the value assigned to the dispatch_id (when the record is created
from a form) to be something like this:
03011086
Where the first 6 characters are the date of the dispatch and the last
character (but could be more the 1 character) is the number of that dispatch
for that date.
So in my example the dispatch_id was the 6th record created "FOR" the
dispatch date of March 11,2008
I think I need to do this as code on the data entry form with out any change
to table structure.
Hope I explained this well enough.
Thanks in advance,
dave
Field is "dispatch_id' and is a text field
There is also a field called "dispatch_date" in the same table
So I need the value assigned to the dispatch_id (when the record is created
from a form) to be something like this:
03011086
Where the first 6 characters are the date of the dispatch and the last
character (but could be more the 1 character) is the number of that dispatch
for that date.
So in my example the dispatch_id was the 6th record created "FOR" the
dispatch date of March 11,2008
I think I need to do this as code on the data entry form with out any change
to table structure.
Hope I explained this well enough.
Thanks in advance,
dave