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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Update table record

Status
Not open for further replies.

10TR

Technical User
Dec 14, 2009
12
US
I have a table named tblroom with a field named theater. I want to update the table field from a calculated field called theater in the form called frm-room.

The record in the form creats a sum from a calculation. I need to have it populate the record theater in the table.

I have done this before but I can't remember how I did it.

Any help is appreciated.
 
I figured it out.

Don't perform the calculation directly in the field but use After Update in the field being calculated and have it post.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top