imtheodore
Registered User.
- Local time
- Today, 02:38
- Joined
- Jan 20, 2007
- Messages
- 74
OK, now this is sure to confuse you but....
the "staff" table is where all of the original data resides, notice he only puts the hours into each field, each field is named for an employee.
Through a stored procedure, I rewrite the data into the "daily_info" table, where I also gather the pager and userid and add that too. I must rewrite the data because I need it by day, not by employee.
Then using another stored procedure I write the "daily_info" table into the "employee" table (actually 3 of them, I only attached one) where I display it into a listbox for the user to move into a corresponding office.
Then I find out that not only does the user want to see the employee, but he also wants to see his hours more clearly, than the way they are being shown in the field, this my issue..
I would love to attach the whole db, but it is linked to the sql db.
the "staff" table is where all of the original data resides, notice he only puts the hours into each field, each field is named for an employee.
Through a stored procedure, I rewrite the data into the "daily_info" table, where I also gather the pager and userid and add that too. I must rewrite the data because I need it by day, not by employee.
Then using another stored procedure I write the "daily_info" table into the "employee" table (actually 3 of them, I only attached one) where I display it into a listbox for the user to move into a corresponding office.
Then I find out that not only does the user want to see the employee, but he also wants to see his hours more clearly, than the way they are being shown in the field, this my issue..
I would love to attach the whole db, but it is linked to the sql db.