P
PiGei
Hi all,
I'm trying to build a function that - providing the dbname and the query
name - show the results.
I don't know how to solve this problem...
when I try to insert the variable into this call
cnnSimple.x_qry rstSimple
where x_qry is the variable I get the error "Type mismatch: 'x_qry'"
obviously because the x_qry is a string...
I can't find how to cast the value in order to get the function work
correctly.
My target is to have a function like that: ShowTable(dbname,queryname)
Thanks
PGei
I'm trying to build a function that - providing the dbname and the query
name - show the results.
I don't know how to solve this problem...
when I try to insert the variable into this call
cnnSimple.x_qry rstSimple
where x_qry is the variable I get the error "Type mismatch: 'x_qry'"
obviously because the x_qry is a string...
I can't find how to cast the value in order to get the function work
correctly.
My target is to have a function like that: ShowTable(dbname,queryname)
Thanks
PGei