Exporting a search results to Excel sheet.

  • Thread starter Thread starter chetna kalra via AccessMonster.com
  • Start date Start date
C

chetna kalra via AccessMonster.com

What I am doing is searching for particular records and when those records
are displayed then I need to export them into the Excel sheet and that too
in proper format given by client. As I have named the field of table
first_name but Client wants that in Excel sheet that shoul come as Name
only.

I made a dynamic query for that and then I exported the results into Excel
but it is not giving the proper formats given by Client.

Can anybody help??

Thanks in advance.
 
Change first_name in the queries field dropdown to :

Name: [first_name]

This will change the output field to be called Name.
 
Back
Top