queries refering to objects on forms

N

neenmarie

I have a form being used as a menu with a list box containing reports and
forms

I’m using ‘Case’ to make text fields or additional list boxes visible once
clicking on the name of the form or report found in the Main ListBox so the
user can fill-in or select parameters specific to the underlying query’s
criteria.

A button is then clicked to open the form or report

The underlying query for the form or report then refers to the objects on
the form for it’s criteria.
This part is working well.

My problem is I have multiple users each with their own
personalized.menu(form)
They use some of the same reports and forms.

Is there a way I can set the underlying query up to open without asking for
additional criteria from forms(menus) that it doesn’t recognize because they
are not currently open
 
Top