Hi Stopher
I did use the Docmd code above by creating a command button on a blank form using the event procedure to copy a report that is in the same database. However, my goal is to copy the report into a different database.
What should rest of the code be from the beginning to end
Hello
Thanks for responding to my forum. :(
I need to know what are the sample DIM variables I need to declare before the docmd?
QUOTE=pl456;697922]Use the following code
DoCmd.CopyObject "destinationdatabase", "objectnewname"...
Are you trying to send an email to an individual? If you are, where do you put the person's e-mail address in order for it to be send to them?
Look forward to hearing from you soon.
I need some expert who can tell me how can I copy a report from one database to another database using a VB code and/or SQL statement using Access 2002
Thank you in advance for your help.
To Whom It May Concern
I would like to know how can I insert a new row between an existing row in an Access Table
For example,
I want to insert a new row between line number 122 and 123. Do I need to get rid of the primary key or change it to Number. What I am doing now in order to have...