BIGTONE559
Active Member
- Joined
- Apr 20, 2011
- Messages
- 336
RE: Set Values in Access w/o Query
Not Sure if my terminology is correct. Nevertheless i created a query with the following criteria:
Trim([FIRST_NAME]) & " " & Trim([LAST_NAME]) & " " & Right([ID_NUM],2)
It created a column of data that was exactly what i wanted. My question is. in the table itself. Is it possible to include the criteria that i stated above so that when the values are entered in the first 3 columns that it will fill the fourth in without having to run an update query (fill in Automatically basically).
Thanks in advance!
Not Sure if my terminology is correct. Nevertheless i created a query with the following criteria:
Trim([FIRST_NAME]) & " " & Trim([LAST_NAME]) & " " & Right([ID_NUM],2)
It created a column of data that was exactly what i wanted. My question is. in the table itself. Is it possible to include the criteria that i stated above so that when the values are entered in the first 3 columns that it will fill the fourth in without having to run an update query (fill in Automatically basically).
Thanks in advance!