Recent content by SparkySX

  1. S

    Running a query from a form to create a report

    Ive done a lot of looking about and found the GoCMD.OpenReport which seems to be the thing i need. So far ive got: -------------------------------------------------------------------- Private Sub Command26_Click() DoCmd.OpenReport "rptQC", acViewPreview, , "QCREF = " & QCRef End Sub...
  2. S

    Running a query from a form to create a report

    Thanks for your fast reply marianne. Ive tried looking at templates and examples ive downloaded but still cant make head nor tail of how I could do it.
  3. S

    Running a query from a form to create a report

    Hi all, Im in no way experienced with Access so please be patient, as I may not understand some of the most simple bits. I have setup a form, which opens in Add mode. When the user fills in the fields on the form, once saved, it saves to a table. What i want to do is, have a button at the...
Back
Top Bottom