Simple Update Query

G

Guest

I have 4 tables in my query. If any field or fields from one or more of those
tables change or gets updated. I would like it to update the master table
when the query is ran. Would I just put the following under each field? and
put a "Is Not Null" on the master table product ID? The Master able alreaady
hold the records but if any field gets changed I want it to update the master
table.

<>[dbo_tblProduct].[StateAbbr]
 
J

Joseph Meehan

troy said:
I have 4 tables in my query. If any field or fields from one or more
of those tables change or gets updated. I would like it to update the
master table when the query is ran. Would I just put the following
under each field? and put a "Is Not Null" on the master table product
ID? The Master able alreaady hold the records but if any field gets
changed I want it to update the master table.

<>[dbo_tblProduct].[StateAbbr]


4 tables - Master Table . ??????

" if any field gets changed I want it to update the master table. "

Normally any filed you change in a query will change the data stored in
the table related to that data.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top