Hi all,
I have a program that sets 90 variables that I use in a form:

Set V Tech10 = .techview FROM &techtable1 +
WHERE &techwhere AND serdat = .vardate1 AND cellno = "a0"

I decided for speed that it would be better to create the variable in a
form rather than in the command file.
I tried to ADD/EDit variable:

Tech10 = .techview FROM &techtable1 WHERE &techwhere AND serdat =
.vardate1 AND cellno = "a0"
And I get the error that the table &Techwhere doesn't exist. I use a
variable to describe which table, so that I can change the table on the fly.
Any work-arounds come to mind?
I need to be able to use either of two tables for that (and all other 89
variables)
Thanks for your help
Dan


Dan Champion www.championsolutions.net



Reply via email to