I am creating an access database for a user who is very prone to make errors, so I'm trying to create a database that does everything, without her having to retype anything. I'm bringing data in from an excel spreadsheet. The spreadsheet has 3 fields that needs to be consolidated into one big 10 digit number. My table has 3 fields:
CIF (6 digit account #)
Note (3 digit identifier)
draw (1 digit identifier)
I want to create a field in my table that consolidates these 3 fields into 1 number in my table, so she doesn't have to do it in Excel before the data is imported. Is this possible?
CIF (6 digit account #)
Note (3 digit identifier)
draw (1 digit identifier)
I want to create a field in my table that consolidates these 3 fields into 1 number in my table, so she doesn't have to do it in Excel before the data is imported. Is this possible?