pop up and modal

A

angie

i have a main form and i have set its pop up property to yes and modal to no.
i work my database through this form. i view my forms an reports through
command buttons which work fine ( i have assigned a minimize-maximize macro
to reports).
but i encounter problems with command buttons that run macros with runquery
actions. i cannot visualize the queries (i assume the query runs in the
backround). how can i solve this problem?
 
R

Rick Brandt

angie said:
i have a main form and i have set its pop up property to yes and
modal to no. i work my database through this form. i view my forms an
reports through command buttons which work fine ( i have assigned a
minimize-maximize macro to reports).
but i encounter problems with command buttons that run macros with
runquery actions. i cannot visualize the queries (i assume the query
runs in the backround). how can i solve this problem?

RunQuery "runs" a query.
OpenQuery "opens" a query

Though there is seldom a reason for the latter.
 

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