its a update query to col1 data to col2
val([tabl1]!col1)
all my data in the above format in column 1 I would like to update in column 2 1st part of numbers
Hi,
Can any one hlp me MS-Access VBA code to seperate numbers and string from an alphanumeric string.
Example:
Source: 598790abcdef2T
Output Required: 598790
Source: 5789065432abcdefghijklT
Output Required: 5789065432
Please help, I am using MS Access 2007
Thanks
Ram