M
Maynard
I am using a combo box to look up records. I want to set a
condition so that if the record name is not in the
underlying query, it will open a second form. I set the
CONDITION to open the form as:
forms![formName]![ComboBox] = [queryName]![queryValue]
and the macro ACTION as:
OpenForm with a "Where Condition" that opens the form that
corresponds with the underlying query.
This brings up an error. I think the problem is a conflict
between the "Where condition" and the "Condition"
essentially doing the same thing.
Maynard
condition so that if the record name is not in the
underlying query, it will open a second form. I set the
CONDITION to open the form as:
forms![formName]![ComboBox] = [queryName]![queryValue]
and the macro ACTION as:
OpenForm with a "Where Condition" that opens the form that
corresponds with the underlying query.
This brings up an error. I think the problem is a conflict
between the "Where condition" and the "Condition"
essentially doing the same thing.
Maynard