HI,
I'm trying to create a table each time a user accesses information based on a query that pulls selected data from two joined tables in the same database. Ideally I would like this table to be temporary but as multiple users will possibally be doing the same action at the same time, I'm thinking that as they do their individual query that creates the table, that the table could be renamed with something to make it unique (LANID or time created). Would something like this be possible? I'm really not sure what the syntax would look like so as specific as you could be would be helpful. I'm using VB6 & SQL7. The tables that the original query accesses are tblEntry and tblSystemHeaders. The results would be put in a temp table (tblReports). Like I said, I need that table to be unique as multiple users could be creating at the same time. Is this possible? Please help.
Thanks,
Corinne
I'm trying to create a table each time a user accesses information based on a query that pulls selected data from two joined tables in the same database. Ideally I would like this table to be temporary but as multiple users will possibally be doing the same action at the same time, I'm thinking that as they do their individual query that creates the table, that the table could be renamed with something to make it unique (LANID or time created). Would something like this be possible? I'm really not sure what the syntax would look like so as specific as you could be would be helpful. I'm using VB6 & SQL7. The tables that the original query accesses are tblEntry and tblSystemHeaders. The results would be put in a temp table (tblReports). Like I said, I need that table to be unique as multiple users could be creating at the same time. Is this possible? Please help.
Thanks,
Corinne