I have three fields, Filename, Actnum, Branch
In Filename field I have the names of a pdf files like
0000000001.pdf
0000000001_001.pdf
0000000002.pdf
I need to seperate that name into the other 2 fields
so that Actnum=0000000001 and Branch=001 and get rid of the .pdf
If 001 does not exist then Branch is just blank.
Any Thoughts
Thanks
Uncle Mike
In Filename field I have the names of a pdf files like
0000000001.pdf
0000000001_001.pdf
0000000002.pdf
I need to seperate that name into the other 2 fields
so that Actnum=0000000001 and Branch=001 and get rid of the .pdf
If 001 does not exist then Branch is just blank.
Any Thoughts
Thanks
Uncle Mike