G
Guest
I have the following queries
select customer_name from customer where city = "Chicago";\
select vandor_name from vendor where city = "Chicago"
I would like to use a form to let the user decide which
city and then run both the queries
How do I do so?
Thanks
select customer_name from customer where city = "Chicago";\
select vandor_name from vendor where city = "Chicago"
I would like to use a form to let the user decide which
city and then run both the queries
How do I do so?
Thanks