View Full Version : variables in select statment


jordan0904
11-02-2000, 04:50 AM
how can a declare a variable as public on on form then on a other form use that variable in a select statement. ex (public phase as string .....
"select unit from table where ph = phase")
??????