R
robinrd
Hello, I am trying to write what I assume would be an update query. I have 2
fields, acct_num and brnch_num in my table. I need to combine these 2 fields
into a new field called cust_num. So, if:
brnch_num acct_num
123 45678
123 12
12 1
Then I would need the cust_num to read: 12345678, 12300012, 01200001
I'm not sure how to get the zeroes into the cust number so that that number
is always 8 diguts. Any help would be greatly appreciated!
fields, acct_num and brnch_num in my table. I need to combine these 2 fields
into a new field called cust_num. So, if:
brnch_num acct_num
123 45678
123 12
12 1
Then I would need the cust_num to read: 12345678, 12300012, 01200001
I'm not sure how to get the zeroes into the cust number so that that number
is always 8 diguts. Any help would be greatly appreciated!