G
Guest
Hi all!
I have a very stupid question:
I have 4 macros which set filters for my form with conditions:
[ST_ToFrom]![ToFrom] Like ("*"+[Enter Name]+"*")
[ST_ToFrom]![TF] Like ("*"+[Enter Name]+"*")
[ST_ToFrom]![Address] Like ("*"+[Enter Name]+"*")
[ST_ToFrom]![AccName] Like ("*"+[Enter Name]+"*")
I wonder if i can combine them all in 1 macro? (all 4 fields are text)
Tried to use "OR" - but it wouldnt work....
Can somebody please help me?
Thank you.
Lana
I have a very stupid question:
I have 4 macros which set filters for my form with conditions:
[ST_ToFrom]![ToFrom] Like ("*"+[Enter Name]+"*")
[ST_ToFrom]![TF] Like ("*"+[Enter Name]+"*")
[ST_ToFrom]![Address] Like ("*"+[Enter Name]+"*")
[ST_ToFrom]![AccName] Like ("*"+[Enter Name]+"*")
I wonder if i can combine them all in 1 macro? (all 4 fields are text)
Tried to use "OR" - but it wouldnt work....
Can somebody please help me?
Thank you.
Lana