I have an item table which contains serial numbers, type, categories etc. I need to be able to create a control with the data grouped.
I tried createing a stored procedure that wrote to a temp table but I can't access the temp table from the control.
any ideas? I don't have code to show because I'm having trouble starting. This question is 1/2 sql, 1/2 asp so I wasn't sure where to post.
I don't want to create a real table because I'm not sure how many users will be trying to access it
I tried createing a stored procedure that wrote to a temp table but I can't access the temp table from the control.
any ideas? I don't have code to show because I'm having trouble starting. This question is 1/2 sql, 1/2 asp so I wasn't sure where to post.
I don't want to create a real table because I'm not sure how many users will be trying to access it