G
Guest
Hello All.
I have not attempted to use an option group before, so please bare with me.
I have an archive table, which contains 5 different types of archives, which
I want to call up by using an option group on a form. I have created the
option group and am trying to set the conditions for each in the macro. My
syntax looks like this:
Condition : [accounts filter]=1
Action : ApplyFilter
Archive name : Accounts
Where condition : [Archives]![Box Name] Like "[Acc*]
The error message says MS Access cannot parse the expression [Archives]![Box
Name] Like "[Acc*]. Archives is the table name and Box Name is the column in
the table which holds the 5 types of boxes which I want to be able to filter
using the option group on the form.
Can anyone tell me what is wrong please?
Thanks in advance.
I have not attempted to use an option group before, so please bare with me.
I have an archive table, which contains 5 different types of archives, which
I want to call up by using an option group on a form. I have created the
option group and am trying to set the conditions for each in the macro. My
syntax looks like this:
Condition : [accounts filter]=1
Action : ApplyFilter
Archive name : Accounts
Where condition : [Archives]![Box Name] Like "[Acc*]
The error message says MS Access cannot parse the expression [Archives]![Box
Name] Like "[Acc*]. Archives is the table name and Box Name is the column in
the table which holds the 5 types of boxes which I want to be able to filter
using the option group on the form.
Can anyone tell me what is wrong please?
Thanks in advance.