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?
> 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
[quoted text clipped - 3 lines]
> 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.

Signature
Rick Brandt, Microsoft Access MVP
Email (as appropriate) to...
RBrandt at Hunter dot com