G
Guest
I believe that I need to create a temp table to hold data at runtime. Can
someone give me information where I can find out more about temp tables?
background --
a user of my Leave Tracking db can either be a supervisor or an employee.
If the user is an employee, I want to print out their leave data. If the
user is a supervisor, I want to be able to print out all of their employee's
leave data.
Tables are on a SQL server.
What's the best way to handle the reporting requests?
tia,
someone give me information where I can find out more about temp tables?
background --
a user of my Leave Tracking db can either be a supervisor or an employee.
If the user is an employee, I want to print out their leave data. If the
user is a supervisor, I want to be able to print out all of their employee's
leave data.
Tables are on a SQL server.
What's the best way to handle the reporting requests?
tia,