finding the syntax for the right quary to export

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

i am tring to make a command button for exporting to a csv file. i am haveing
truble with the syntax to tell the macro how to fing the quary i want to
export
can someone give me the right syntax for this command?
 
in a macro, type the name of the query in the TableName action argument in
the bottom half of the macro window. to understand how the arguments work,
read the explanatory text at the right side of the window, and press F1 for
more detailed information.

hth
 
do you have an example of how the the TableName action argument looks ?
 
??? i don't understand what you're asking. if you have the macro open in
Design view, and if you chose the TransferText action from the droplist in
the Action column, just look at the bottom half of the macro window to see
the list of Action Arguments. on the line that's labeled "Table Name", just
type in the name of the query. it is absolutely just that simple.

hth
 
thanks i got it fixed

tina said:
??? i don't understand what you're asking. if you have the macro open in
Design view, and if you chose the TransferText action from the droplist in
the Action column, just look at the bottom half of the macro window to see
the list of Action Arguments. on the line that's labeled "Table Name", just
type in the name of the query. it is absolutely just that simple.

hth
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top