Recent content by Miten

  1. M

    Form to create reports

    Ok what i did was create a query for the table with the dates in it, i then created a form with a text box and a button, the button opens a report made from the query, and i put that code you made in the text box using the expression builder and code builder but neither worked even when i...
  2. M

    Form to create reports

    My data has dates in it and i want to make a form so that the user can input a date and all the invoices after that date are shown in a print preview report form. Im not sure what kind of box i should use and the code to assign to the button. Thanks in advance.
  3. M

    Combo Boxes to Open Reports

    TY RG... that was just what i was looking for.
  4. M

    Combo Boxes to Open Reports

    I have this code now: Still doesn't work =/ Also tried
  5. M

    Combo Boxes to Open Reports

    I have a form with a combo box where i entered certain data in.. i also have a button on the form. What id like to do is that when a certain thing is selected in the combo box, to print preview that corresponding report. I had some code in the button starting with something similar to: Where...
Back
Top Bottom