aziz rasul Active member Local time Today, 15:18 Joined Jun 26, 2000 Messages 1,935 Aug 1, 2012 #1 When I use DoCmd.TransferSpreadsheet acExport based on a table, why do the captions not appear on the first row but the field names themselves?
When I use DoCmd.TransferSpreadsheet acExport based on a table, why do the captions not appear on the first row but the field names themselves?
G37Sam Registered User. Local time Today, 18:18 Joined Apr 23, 2008 Messages 454 Aug 1, 2012 #2 http://msdn.microsoft.com/en-us/library/office/aa193071(v=office.10).aspx Read about the HasFieldName property
http://msdn.microsoft.com/en-us/library/office/aa193071(v=office.10).aspx Read about the HasFieldName property
aziz rasul Active member Local time Today, 15:18 Joined Jun 26, 2000 Messages 1,935 Aug 1, 2012 #3 So your saying it can't be done according to the link you've posted, in which I can just use a select query with aliases to generate the field names I want.
So your saying it can't be done according to the link you've posted, in which I can just use a select query with aliases to generate the field names I want.