Search results

  1. T

    OnOpen Criteria

    I was hoping any of you could put me on the right track to figuring out this code: Private Sub LateRecords_Click() On Error GoTo LateRecords_Click Dim stDocName As String Dim stLinkCriteria As String stDocName = "FormProvisionstoFollow" If...
  2. T

    When printing Report, fields are blank

    I have looked up many examples and concocted the following code which is under a command in a form. I would like this command to print the current record in the form as a report. However, when it prints, the report template is there..but the data is not. What could I be doing incorrectly...
Back
Top Bottom