Search results

  1. B

    Copying an Access Report using VB codes to another Database

    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.
  2. B

    Copying an Access Report using VB codes to another Database

    Hi Stopher Ok, Do I need to create a command button for the On Click procedure and then type the code into the module?
  3. B

    Copying an Access Report using VB codes to another 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"...
  4. B

    Email Spreadsheet

    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.
  5. B

    Copying an Access Report using VB codes to another Database

    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.
  6. B

    Inserting a new row between existing rows

    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...
Back
Top Bottom