G
g
Hi again,
I have a query with criteria base on a control from a form.
WHERE ColumnName=[Forms]![FormMain].[ControlName]
It works perfectly fine but for some reason I have to make a duplicate copy
of
the FormMain and name it like FormMain2. So right now I have 2 forms that
will perform the same query.
Now, I tried to change the criteria into [Me]![ControlName] but it didn't
work.
Am I missing something or is it really not possible in a query. If not what
should I do?
Thank you
G
I have a query with criteria base on a control from a form.
WHERE ColumnName=[Forms]![FormMain].[ControlName]
It works perfectly fine but for some reason I have to make a duplicate copy
of
the FormMain and name it like FormMain2. So right now I have 2 forms that
will perform the same query.
Now, I tried to change the criteria into [Me]![ControlName] but it didn't
work.
Am I missing something or is it really not possible in a query. If not what
should I do?
Thank you
G