Hello guys,
First off this is my first post and I hope that I did it correctly. I know very little about vba and I need some assistance with my problem. I have an existing Excel Workbook and on Sheet1 I am trying to track employees time per job number. Btw, we use MS Access for employees timesheets and I have a query in MS Access called "Get Employee Time" (see Access Query Results.jpg). Based on running this query I would like to take the hours and
place that time by the employee into my Excel spreadsheet (see Excel Before.jpg & Excel After.jpg) I am providing my Excel workbook "Example.xlsm" for clarity. I have a button in my Excel spreadsheet on Sheet1 call "Update Time". The idea would be that while in this Excel file I would like to hit the button "Update Time" and it will go run the MS Access query "Get Employee Time" and take the results from that (see Access Query Results.jpg) and put the corresponding time by the employee into the Excel spreadsheet based on where the Job number matches in the Excel file. My MS Access database is called "Timesheet".
This really is a simple concept but very difficult for me. Is this possible? I really need some direction.
First off this is my first post and I hope that I did it correctly. I know very little about vba and I need some assistance with my problem. I have an existing Excel Workbook and on Sheet1 I am trying to track employees time per job number. Btw, we use MS Access for employees timesheets and I have a query in MS Access called "Get Employee Time" (see Access Query Results.jpg). Based on running this query I would like to take the hours and
place that time by the employee into my Excel spreadsheet (see Excel Before.jpg & Excel After.jpg) I am providing my Excel workbook "Example.xlsm" for clarity. I have a button in my Excel spreadsheet on Sheet1 call "Update Time". The idea would be that while in this Excel file I would like to hit the button "Update Time" and it will go run the MS Access query "Get Employee Time" and take the results from that (see Access Query Results.jpg) and put the corresponding time by the employee into the Excel spreadsheet based on where the Job number matches in the Excel file. My MS Access database is called "Timesheet".
This really is a simple concept but very difficult for me. Is this possible? I really need some direction.