hello, i have a problem. i want to export details from a table in access to a word document or any other document that will keep the current design and let me make changes afterwards. thx, uriel
hello, i have a problem. i want to export details from a table in access to a word document or any other document that will keep the current design and let me make changes afterwards. thx, uriel
Create a macro of exporting data into excel spread sheet. and then run that macro.
Go to create Macro
Under Action : click on output to
Under Arguments : Click on table name and output format
save the macro.
Now create a button and then select miscellaneous under that select "run a macro" and then select the name of the macro.
If you click on that button then the data from the form will be directly exported in to the desired format.
well, i succeded exporting the data but instead of adding it to the right places at the old order and format, this action just deletes everything and isn't viewed like the old design...