I have daily timesheets for each individual Supervisor for each day. Infomation on those timesheets are the employee name, the hours they worked and th job location (which varies per day). They can also work at different locations per day as well. I am tying to pull the employee name, the job location, and the hours at that location from the timesheet and put it in a database on a different tab.
For example if John Smith worked 5 hours running conduit and another 5 hours pullig cables, I need to be able to capture that in a database. I tried an If/Not statement and that didn't even come close. Besides if the employee didn't work I certainly don't want them to show up in the databast.
The hard part is for it to recognize the value in the "hours" field and then for it to look at where those hours were worked. I have no idea how to proceed and I really don't know if this clarified matters either.
Thanks,
Bill
For example if John Smith worked 5 hours running conduit and another 5 hours pullig cables, I need to be able to capture that in a database. I tried an If/Not statement and that didn't even come close. Besides if the employee didn't work I certainly don't want them to show up in the databast.
The hard part is for it to recognize the value in the "hours" field and then for it to look at where those hours were worked. I have no idea how to proceed and I really don't know if this clarified matters either.
Thanks,
Bill
Comment