Hello all,
I am attempting to create a dynamic query based on form driven criteria using VBA. I found a few tutorials out there, but I'm receiving an error saying
Run-time error '13':
Type mismatch.
Here is the code I am using
Private Sub cmd_RunQuery_Click()
Dim strsql As Variant
Dim qbf...