G
Guest
I have an Access query that will provide the data. The returned data is 6
fields and 6 rows.
My plan is to access this query from Excel (using a button since I need to
pass a month and year). However, this data needs to be placed in certain
columns on the form. Field 1 in excel column 3, Field 2 into excel column 5,
etc. I need to populate excel cell by cell and row by row with this data. Not
simply put all of field 1 data into column 3, all of field 2 data in column
5, etc. This is because, I have a query in another database that will return
6 fields and 1 row. This data will need to be inserted between some of the
data from the first query (after row 4 of 1st data). (maybe I could insert a
new row into the worksheet between the query 1 data and insert the other
query results?)
How do you populate specified cells with data such as this?
Thanks
fields and 6 rows.
My plan is to access this query from Excel (using a button since I need to
pass a month and year). However, this data needs to be placed in certain
columns on the form. Field 1 in excel column 3, Field 2 into excel column 5,
etc. I need to populate excel cell by cell and row by row with this data. Not
simply put all of field 1 data into column 3, all of field 2 data in column
5, etc. This is because, I have a query in another database that will return
6 fields and 1 row. This data will need to be inserted between some of the
data from the first query (after row 4 of 1st data). (maybe I could insert a
new row into the worksheet between the query 1 data and insert the other
query results?)
How do you populate specified cells with data such as this?
Thanks