Search results

  1. R

    OutPut To causing report problem

    Have a report based on a query. Report opens in preview mode and shows only one line of data when there should be mutiple lines. Using this code below to output a snapshot file: Sub OutputLoanCardReport() Dim strUserName As String, strPath As String strUserName = Reports![Loan Card...
  2. R

    How to indicate FindNext has stopped finding

    Hi all, Access/VBA noob using Access 2003. My DB is for loaning equipment to users. Got pretty much everything working well but someone asked if this could be done: When the Find Next button reaches the last record matching criteria, have a MsgBox indicate so to the user ie: "Search...
Back
Top Bottom