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

DoCmd for query table

Status
Not open for further replies.

bearfish

Programmer
Nov 10, 2003
28
MY
I need help on what method to use for the DoCmd when i want to query from another table A, and output its content to the form after increment it.
I have this stmt :
If Me.EQP_CAT_ID.Value = CPT Then

If the selected option from combo is CPT, then it will query from Table A and increment the value of Field1 and output the value to the form. How do i get around with this?
Thank you.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top