Search results

  1. M

    yes/no msg box

    As I am no programmer so I cannot give exact instructions, but I would do it something like this: I would have the first button send to a form which asks if they are sure that the want to send the report, then the button on that form would be the one that sends the email. (I use something...
  2. M

    Opening a Webpage from a Form

    I am trying to set a button on a Form which will open the website which is contained in a Textbox on the same form. I used to simply have the underlying table field set to hyperlink, but this caused problems in other reports where it showed the contents twice (ie...
  3. M

    Combo box and auto email

    I have something similar set, where it opens a blank email, with the to address set by the current record being viewed in the form. As I understand it all you should need to do is change part of your code to: DoCmd.SendObject , , , [NAME OF COMBO BOX], , , I used a text box to hold my email...
  4. M

    Transmitting Record information From Access to Excel

    Thanks for the Help. I think I can work it out from what you've given me.
  5. M

    Transmitting Record information From Access to Excel

    I would love to create the Invoice using access :D, unfortunately it isnt my decision :mad:. The operator has always used excel for the Invoices (along with all the other accounts), and does not want to use anything else. The systems we use are not very integrated, and my current task is to...
  6. M

    Transmitting Record information From Access to Excel

    I don't think I explained what I wanted correctly. I am trying to set up a system by which I can go to a particular company record using a form in Access (which is where the company records are kept) and then be able to click on a button which will then open an Invoice (which has been created...
  7. M

    Transmitting Record information From Access to Excel

    I am trying to set up a button on an access 2000 form which when clicked will open a specific excel 2000 file, and transfer the name and address of the current company being viewed in the access form. I have already done something similar with Word 2000, but cannot find a similar method with...
  8. M

    Query Criteria from a Subform

    I am trying to run a query with a criteria based upon a figure which is set in a subform. :confused: form called - ViewCompanyInfo subform called - ViewContactInfo textbox called - ID I can run queries based on textboxes from the main form easily using a criteria...
Back
Top Bottom