i am trying to use a combo box to choose a table. i have 4 combo boxs which select criteria and need to create a sql string that will translate into sql such as:
strsql ="select s_account,s_mtdact,S_mtdbud from s_month;"
s_month can be any of 12 tables for each month. when a person picks the month from the drop down, i need it to refer to the table i need to query on.
thanks
mark