Hi there, on my form I'm using a drop down filter kind of thing, where you choose a field, then in the next combo box you choose a value, click filter and it then filters it all for you, the problem is, I have different data types, where as
will work
will not. Is there any way to force combo21 to always act as if its holding plain old text?
Thanks,
James Prince
Code:
"Name = '" & combo21 & "'" 'Combo 21 will return a value such as "/dsfads/"
Code:
"ID = '" & combo21 & "'" 'In this instance it will hold a number such as 3
Thanks,
James Prince
