A
Amy E. Baggott
I have a query that generates a list of companies that are missing one or
more elements of their application (as indicated by fields the user checks to
indicate if we have received a deposit or a signed copy of the app). The
query is set up to pull the exhibitor if DepositReceived or SignedReceived is
false. However, when we send out reminders, we send different messages
depending on whether they are missing Deposit, Signature, or Both. I'd like
to set up a dialog box so that the user can select which group to run using
an option group. However, I'd like to know if there's any way I can put
instructions in the code behind the form to run qryIncompleteApps where
DepositReceived is False and SignedRecieved is True if they select 1, the
opposite if they select 2 or DepositReceived and SignedReceived are both
False if they select 3. Is there a way to do this using the same query for
all three options, or will I need to use three separate queries?
more elements of their application (as indicated by fields the user checks to
indicate if we have received a deposit or a signed copy of the app). The
query is set up to pull the exhibitor if DepositReceived or SignedReceived is
false. However, when we send out reminders, we send different messages
depending on whether they are missing Deposit, Signature, or Both. I'd like
to set up a dialog box so that the user can select which group to run using
an option group. However, I'd like to know if there's any way I can put
instructions in the code behind the form to run qryIncompleteApps where
DepositReceived is False and SignedRecieved is True if they select 1, the
opposite if they select 2 or DepositReceived and SignedReceived are both
False if they select 3. Is there a way to do this using the same query for
all three options, or will I need to use three separate queries?