G
Guest
I have a pretty simple table that currently has only three columns; one is an
autonumber, one is called "Order Type", and the last is called "Order ID".
What I'd like to do is create an Order ID using the Order Type, Autonumber,
and add in a date as well. What I did was create a query with Order Type and
Autonumber and then created an expression field called "ID". My expression
looks like [ID]: [OrderType] & "-" & Format(Date(),"mmddyy") & "-" &
[autonumber].
What I'd like to do is take that expression and store it in the original
table in the Order ID field. Would an append query fix this? Any help with
this would be appreciated.
Thanks,
Kevin
autonumber, one is called "Order Type", and the last is called "Order ID".
What I'd like to do is create an Order ID using the Order Type, Autonumber,
and add in a date as well. What I did was create a query with Order Type and
Autonumber and then created an expression field called "ID". My expression
looks like [ID]: [OrderType] & "-" & Format(Date(),"mmddyy") & "-" &
[autonumber].
What I'd like to do is take that expression and store it in the original
table in the Order ID field. Would an append query fix this? Any help with
this would be appreciated.
Thanks,
Kevin