What's the best way to pull data from an SQL server into an Excel spreadsheet, MSQuery, passed from a stored procedure ?
I have a staffing program (for a fire department) that we moved to an SQL server. Now I need to create a Payroll program (for time sheets) that pulls regular hours worked, overtime hours, time off etc. I can create a view through an Access data project and get the information, now I need to do the calculations, FLSA entries etc. and Excel might be my best choice for that, I don't know, thought I'd check here to get some feed back. I'm in the process of learning stored procedures and I'm not real familier with them at this time. Exporting through Access is to many steps for the floor personnel, I need it more automated. If someone has a better suggestion like doing it in VB or what ever I'm open.
I have a staffing program (for a fire department) that we moved to an SQL server. Now I need to create a Payroll program (for time sheets) that pulls regular hours worked, overtime hours, time off etc. I can create a view through an Access data project and get the information, now I need to do the calculations, FLSA entries etc. and Excel might be my best choice for that, I don't know, thought I'd check here to get some feed back. I'm in the process of learning stored procedures and I'm not real familier with them at this time. Exporting through Access is to many steps for the floor personnel, I need it more automated. If someone has a better suggestion like doing it in VB or what ever I'm open.