Search results

  1. S

    Report from current records on form

    How do I create a report that displays the current records "behind" that form. An example: If somebody use the filter function and there are 25 records filtered, I want to have a button on a form that creates a report with the 25 records displayed. PLEASE HELP ME OUT! THANKS!
  2. S

    IE button

    Thank you!
  3. S

    IE button

    Does anybody know how it is possible to have a button on a form that opens Internet Explorer with the URL. I know how to make the textbox a hyperlink but i want it to be just text and a seperate button that opens the URL entered in the textbox. Please help me out! Thanks, Pieter
  4. S

    VBA and SQL

    What is wrong with this?? strMysql = "Select contactpersoon.email FROM contactpersoon" DoCmd.RunSQL strMysql It says that the string isn't a sql statement! Please help me out! Thanks
  5. S

    Relation problem

    How can I solve this problem? I have One table named Company with a comanyID. This company has more memo's and persons. So I have a table Memo with MemoID and companyID and a table persons with personID and comanyID. When I link both tables memo and persons to the table Campany companyID...
Back
Top Bottom