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 Wanet Telecoms Ltd 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: *

  • Users: natrluvr
  • Content: Threads
  • Order by date
  1. natrluvr

    Stored Procedure problem with Report

    I use the below stored procedure to run a report. SELECT dbo.tblEmissionUnit.EmissionUnit_ID, dbo.tblNOCs.DateApproved, dbo.tblNOC_EmissionUnits.NOC_ID, dbo.tblAPlant.FacilityCode, dbo.tblAPlant.PlantName, dbo.tblALocation.Location_Desc, dbo.tblEmissionUnit.AEI_ID...
  2. natrluvr

    group page numbers

    I have a report that has a group. Going through the threads I have figured out how to page number my groups. What I am looking for now is if I can do a total page number of the report but have it only count the pages that start a new group. The below example would be for a five page report...
  3. natrluvr

    Eliminate data returned from form

    I have a subreport that provides a list on the report. It's record source is a stored procedure. It get's it's data from a list box on a form. What I am trying to do is have it return all the items the user has except for certain ones. For example, if the user selects dog, cat, horse...
  4. natrluvr

    Specify page number

    Is there a way to have a report ask a user what page number to begin with and then have it insert that requested page number into the page footer? it would also need to have each page go sequential with the given page number? Any help would be appreciated.

Part and Inventory Search

Back
Top