Search results

  1. P

    Report not printing from form unless I enter data then double click on rpt

    That worked. Thank you very much!!!
  2. P

    Report not printing from form unless I enter data then double click on rpt

    When I go into design view of the form open the code it shows the following: Option Compare Database Private Sub cmdClose_Click() On Error GoTo Err_cmdClose_Click DoCmd.Close Exit_cmdClose_Click: Exit Sub Err_cmdClose_Click: MsgBox Err.Description Resume Exit_cmdClose_Click...
  3. P

    Report not printing from form unless I enter data then double click on rpt

    I'm trying to help someone correct a problem with their Access database. The database features worked and a consultant was hired to make some changes to the database and since that time there a few issues that they've been running into. They have a form that they enter date range data into. It...
  4. P

    Form that sends data to a report gives error

    I'm trying to help someone correct a problem with their Access database. The database features worked and a consultant was hired to make some changes to the database and since that time there a few issues that they've been running into. They have a form that they enter date range data into. It...
Back
Top Bottom