For one-time use only. I have a text field in a table that contains ID numbers. The client wants all IDs to be 6 characters though 15 are allowed. At present, some are 6 and others have only 5. So leading zeros must be added to those that are only 5 characters.
I've seen some tips on doing code in AfterUpdate events. But I'm just a simple user at present and don't have a clue as to how to code. I thought that an update query would solve this to update the table itself; yet I am unable to get an effective formula going. Is there an update query that can accomplish this?
Thank you.
I've seen some tips on doing code in AfterUpdate events. But I'm just a simple user at present and don't have a clue as to how to code. I thought that an update query would solve this to update the table itself; yet I am unable to get an effective formula going. Is there an update query that can accomplish this?
Thank you.