Hello,
I'm trying to create a macro takes data from an access database record-set and fill out a form using this data.
I get the record-set into excel alright I'm not sure about how to go about transferring the data over.
I've enclosed the excel spreadsheet which has 2 sheets on for receiving the record-set and one is the final form. I've manually transferred the information on the main (red Font) to show what the final form should look like.
Essentially I believe I have to loop through the record-set and move all the records that pertain to each individual to the main form and correctly move the only Different information (this case hours worked) to the appropriate day column on the main form. Am I thinking about this correctly or is there an easy way to do this with copying and pasting.
Thanks For any help you can give me
I'm trying to create a macro takes data from an access database record-set and fill out a form using this data.
I get the record-set into excel alright I'm not sure about how to go about transferring the data over.
I've enclosed the excel spreadsheet which has 2 sheets on for receiving the record-set and one is the final form. I've manually transferred the information on the main (red Font) to show what the final form should look like.
Essentially I believe I have to loop through the record-set and move all the records that pertain to each individual to the main form and correctly move the only Different information (this case hours worked) to the appropriate day column on the main form. Am I thinking about this correctly or is there an easy way to do this with copying and pasting.
Thanks For any help you can give me