L
LotsOfAttentionNeeded
Hi, I am attempting to create a table with the Client ID field based on the
last 4 digits of SSN, 2 digit date and auto number. The table has the SSN,
autonumber fields.
In a query i am able to accomplish this by the following expression.
Right([ssinumber],4) & "-" & Right(Year(Now()),2) & [ID].
How do accomplish the same in the table or is there some type of update
query i must write?
last 4 digits of SSN, 2 digit date and auto number. The table has the SSN,
autonumber fields.
In a query i am able to accomplish this by the following expression.
Right([ssinumber],4) & "-" & Right(Year(Now()),2) & [ID].
How do accomplish the same in the table or is there some type of update
query i must write?