Run multiple queries from control button on split form

O

Old engineer

I have a split form designed that allows the user to select a previously
entered order from a list, then enter the actual ship date using a pull down
calendar. I would then like to use a control button to remove the associated
items from the inventory table, append the order information in a order
history table, and delete the order from the order table. I have each of the
queries working to accomplish these 3 tasks but cannot seem to get them to
run from the form. It does not appear that a delete record query will run
from a form. What is the best way to do this?
 
L

Lord Kelvan

if you have a action query you need to do .execute not .openquery

Regards
Kelvan
 

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

Top