Search results

  1. F

    Single record selection with current data

    Resolved I have resolved this problem. many hours of reading and researching but I found it. Thanks for your help. Here is the code in case anyone else runs into the same issue. Private Sub CommandButton_Click() Dim strWhere As String If Me.Dirty Then 'Save any edits...
  2. F

    Database freeze up with macro use

    Does the same thing even if you print preview it first. Going to try on another PC too...myabe its network related? Dennisk, have you had a chance to look at my other reply about single form reports? Thats more of a priority on my list right now. Cheers and thanks Jaz
  3. F

    Single record selection with current data

    OK that worked..sort of. Al the fields are filled in, but it shows ALL records and not just the one being worked on. I have played around with it and maybe I am missing something simple that is right in front of my eyes...just can't seem to pinpoint it. The database is still small and in...
  4. F

    Single record selection with current data

    Hello all I am attempting to fill a report with the current data inputted on my form. I want just a single record selection so when the user finishes inputting their details they can generate a single report for printing. In browsing the forums I have come across many codes which open the...
  5. F

    Database freeze up with macro use

    Hello I have placed a Print button on a form. Using the RunCommand and Select record to grab the open record, then the Printout action to follow. Everything prints just fine but the database feezes up with the "now printing window" still visible. This is in Access 2000. Can anyone help with...
Back
Top Bottom