J
Jens Hofmeier
Hello,
is it possible to pass the name of a field as a parameter in a query?
I tried the following, without success:
PARAMETERS myField Text ( 255 );
SELECT [myField] FROM myTab
Can anyone help?
Thanks,
Jens
is it possible to pass the name of a field as a parameter in a query?
I tried the following, without success:
PARAMETERS myField Text ( 255 );
SELECT [myField] FROM myTab
Can anyone help?
Thanks,
Jens