Can someone please help me.
Can a WHERE clause be put into a variable. I need to change the WHERE clause based on a slection user makes on the website. For example, can I do something like this:
Dim Temp
Temp = [Clinical] = '1234'
[Clinical] here is a field name from a table.
Can a WHERE clause be put into a variable. I need to change the WHERE clause based on a slection user makes on the website. For example, can I do something like this:
Dim Temp
Temp = [Clinical] = '1234'
[Clinical] here is a field name from a table.