Recent content by reddwarf999

  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

    Thank you so much Isskint and Spikepl. Isskint, I did as you told me and the button wouldn't work anymore so I added rst.Bookmark = Me.Bookmark right after your rst.MoveFirst and it worked like a charm. Spikepl Thank you for the pointers. I usually do as you suggested and in this case...
  3. 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