Tech Support Forum banner
Status
Not open for further replies.
1 - 2 of 2 Posts

· Registered
Joined
·
4 Posts
Discussion Starter · #1 ·
Is it possible to bring up a query, edit data in the query and have those changes show up in the orginal table that the query was pulling from?

Cheers,

-MacInnes-
 

· Registered
Joined
·
160 Posts
Certainly. You can use the Query Design window to run a simple select query such as:

SELECT MW_Table.City FROM MW_Table;

If you were to put data in the City field while running the query in the above example, Access would update the data in the MW_Table table.
 
1 - 2 of 2 Posts
Status
Not open for further replies.
Top