I have a text box that populates when searching for a members information. The text box populates with a claim # in the format of: A999999999999001 where the 9's could be any # but the letter A and the 001 will always be consistant.
In excel you can use the formula =mid(cell reference, starting character, # of characters) to extract the middle portion of the text..
is there a way to do this in Access? I want to create a "COPY" button that will allow users to copy just the 9's from the claim # to the clipboard and drop the A and 001's.
The claim # must maintain its full format in the tables, however the reduced portion is used in another program to pull up specific information about a transaction.
Any help would be greatly appreciated.