Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Update table

Status
Not open for further replies.

MAK9974

IS-IT--Management
Apr 11, 2002
145
US
hi Guys.
Help me.
I have a table A with 3 columns. and another table B with one column. If anybody updates a record in table A, i want the third column value to be updated in table B.

Table B always has only one record and only one record will be updated in table A all the time.

I need something like update trigger which will fire an update statement.

Please advice.

-MAK

 
If this is done at form level, you can use the Before_Update event, & a normal UPDATE SQL statement. Run it using the DoCmd.RunSQL method... James Goodman
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top