Form execute a query

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a field - INPUT_NUMBER. How can I automatically execute an update
query, MATCH, whenever INPUT_NUMBER is changed?

Thanks.
 
run an OpenQuery action on the control's AfterUpdate event, using a macro or
VBA procedure.

hth
 

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

Back
Top