cancel a query

G

Guest

I have a form based on a query.

On my switchboard I have a command button that runs the form. When clicked
the dialogue box for the query comes up asking for information.

If you click cancel it closes the switchboard. How can I make it so if you
click cancel you are brought back to the switchboard?
 
K

Kipp Woodard

I would set a break in the code that responds to the button click on the
switch board and step through the code to the point where the colse is being
done. At that point you'd have to decide how you want to handle the Cancel
response.

This should be in the HandleButtonClick procedure, in Form_Switchboard.
 

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

Similar Threads


Top