I have to come up with a way to export specific fields of a query to specific areas of an excel spreadsheet. for instance, lets say I have 3 fields in my query; Labor Hrs, Material Cost, and Name.
Name needs to show up in column A of the spreadsheet. Labor hrs in column H, and Material Cost in column D. However, all the data for a given record needs to of course show up in the same row.
I'm really stumped on how to tackle this. This also leads me to wonder what a recordset really "holds"....(each specific field in a record, or each record)...
If each specific field is held on the move next, then maybe I could use a "select case" strategy for this, with the case being the field name?!?
Any ideas would be greatly appreciated.
Name needs to show up in column A of the spreadsheet. Labor hrs in column H, and Material Cost in column D. However, all the data for a given record needs to of course show up in the same row.
I'm really stumped on how to tackle this. This also leads me to wonder what a recordset really "holds"....(each specific field in a record, or each record)...
If each specific field is held on the move next, then maybe I could use a "select case" strategy for this, with the case being the field name?!?
Any ideas would be greatly appreciated.