Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. techwizz

    restrict report to display current record only

    I figured it out. I would like to say thank you very much for helping me. :)
  2. techwizz

    restrict report to display current record only

    Sorry bout that link.. here is a correct on http://yourcodes.com/demo.zip
  3. techwizz

    restrict report to display current record only

    That gives me the error Cant find sheet '|' ... here is a demo file with the structure. Put it on utteraccess, couldnt seem to get it to work either. http://www.utteraccess.com/forums/download.php?Number=628247
  4. techwizz

    restrict report to display current record only

    Here is the code. With the table with brackets... Private Sub report_Click() stDocName = "Bill" DoCmd.OpenReport stDocName, acPreview, "[tblMaster Sheet]_PatientID = "&Me.tbl[Master Sheet]_PatientID End Sub The error is a compile error
  5. techwizz

    restrict report to display current record only

    Here is my code DoCmd.OpenReport stDocName, acPreview, "tblMaster Sheet_PatientID = "&Me.tblMaster Sheet_PatientID the current form is a form with a subform. the 2 tables. Master -table primary key PatientID Visit -table for patient visit, but it pulls data from Codes Codes -table with all...
  6. techwizz

    restrict report to display current record only

    Can someone explain this more...? Is the DoCmd.OpenReport stDocName, acPreview, , "tblclient_jobnumber = " & Me.tblclient_jobnumber the code for the report button? Thats what it looks like, but i seem to be getting an error.

Part and Inventory Search

Back
Top