Recent content by David Cochrane

  1. D

    Print a report to PDF and name it

    I am currently printing a report which is setup to a default printer of PDFWriter and the name is being pulled from some coding. I found the coding somewhere (forgotten where). The problem is that I am changing my computers over to Win2000 professional and the old way which worked on Win98 no...
  2. D

    Print a report to PDF and name it

    I am currently printing a report which is setup to a default printer of PDFWriter and the name is being pulled from some coding. I found the coding somewhere (forgotten where). The problem is that I am changing my computers over to Win2000 professional and the old way which worked on Win98 no...
  3. D

    Print To HTML

    I have managed to create a macro which produces an html file which is great. I was wondering if it was possible to include a template within the macro as you can do when you use the PrintReport. The reason for this is that the HTML file produced when I PrintReport is heavily coded and...
  4. D

    Refreshing subform within form

    If the subform and main form have the same field i.e. your combo box pulls up a value that is shown in the subform you could then (I think) click on the subform and link child to Master. I'm very inexperienced at this game but managed to achieve what you are after by doing just that. Hope if helps
  5. D

    Please Help With Form controlling Query

    Jack, Thanks for the help so far. Unfortunately I haven't been able to get this to work as I was hoping. In principle the idea is sound but the problem I am having is that I want to generate a report from the results. I have setup a query a form and report. The report prints the result of the...
  6. D

    Please Help With Form controlling Query

    I am trying to control the Show/Hide ability of a Query from a From. Ideally I would like to have a checkbox in the Form that if checked leaves the Show/Hide selected but if the box is unchecked it will switch the Show/Hide to Hide. It would be nice if this could be setup to work on the On...
Back
Top Bottom