Lynn_AccessUser
Registered User.
- Local time
- Today, 10:26
- Joined
- Feb 4, 2003
- Messages
- 125
In Access 2000 I have the following:
Table: tblDoc
FieldName: DocID
I need to run an update query that will change the format of the values in the DocID field to add a zero on the end if the number to the right of the decimal is only 3 digits. The number of characters to the left of the decimal can vary.
DocID:
DT-USF0376694.560
DT-USF03766.5600
New values after update will be
DocID:
DT-USF0376694.5600
DT-USF03766.5600
Thank you!
Table: tblDoc
FieldName: DocID
I need to run an update query that will change the format of the values in the DocID field to add a zero on the end if the number to the right of the decimal is only 3 digits. The number of characters to the left of the decimal can vary.
DocID:
DT-USF0376694.560
DT-USF03766.5600
New values after update will be
DocID:
DT-USF0376694.5600
DT-USF03766.5600
Thank you!