RE: Set Values in Access w/o Query

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!
 
Re: Set Values in Access w/o Query

Understandable. . . so i guess my question would be is it possible to run queries when a record is added without having the database open? if that makes any sense.

Once we input data into our software providers program. The data is copied to the access database. All this is done "Behind the scenes". What i'm finding is that i have to actually "Run" The query by opening the db. is there a way to have the table updated without going through the aforementioned steps?

:confused: That does not make sense. What we have been recommending is select queries with calculated columns.

Select queries pull the current data every thine they are opened. Even by Excel. If you have calculated columns then they get recalculated every time the select query is opened. This avoid the ned to run any action (update) queries.

You only have to execute or "run" action queries since they modify data. Until they are executed the changes are reflected in the data or other select queries that read the same data.
 
Upvote 0

Excel Facts

Why are there 1,048,576 rows in Excel?
The Excel team increased the size of the grid in 2007. There are 2^20 rows and 2^14 columns for a total of 17 billion cells.
Re: Set Values in Access w/o Query

:confused: That does not make sense. What we have been recommending is select queries with calculated columns.

Select queries pull the current data every thine they are opened. Even by Excel. If you have calculated columns then they get recalculated every time the select query is opened. This avoid the ned to run any action (update) queries.

You only have to execute or "run" action queries since they modify data. Until they are executed the changes are reflected in the data or other select queries that read the same data.

After reading what you wrote. . . and after having created calculated fields. . . i can say that didn't make sense. I haven't worked in excel in a while and i always have issues with syntax but i got it working perfectly and i appreciate all your help.
 
Upvote 0

Forum statistics

Threads
1,224,582
Messages
6,179,670
Members
452,936
Latest member
anamikabhargaw

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top