G
Guest
I hope I can ask this correctly,
In my database for each order I use todays date and then the ordernumber for
that day.
example
051106-1
051106-2
051106-3 and so on I would like for this to be automatic instead of having
to type it in everytime. If this isn't possible could I have the date
followed by the orderIDnumber and if so How would I code this for the default
value. I currently have the following for the default value but it isn't
working.
=Date() & "-" & +[OrderID]
Thanks in Advance
In my database for each order I use todays date and then the ordernumber for
that day.
example
051106-1
051106-2
051106-3 and so on I would like for this to be automatic instead of having
to type it in everytime. If this isn't possible could I have the date
followed by the orderIDnumber and if so How would I code this for the default
value. I currently have the following for the default value but it isn't
working.
=Date() & "-" & +[OrderID]
Thanks in Advance