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 Rhinorhino 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. StormcrowRahl

    Record primary key into variable

    I need to get the primary key for a record and place it into a variable to pass to a form. I am thinking that I should either create a module to do this when the form opens or just add the code into the Form.Open section of the form code. I just don't know how to not only find the record via...
  2. StormcrowRahl

    Records added from form into a recordset

    Is it possible to group all records entered into a recordset or would it be easier to just create a seperate table and do an update query afterward?
  3. StormcrowRahl

    IIF help

    I need help writing an IIF statement that will evaluate a calculated control(which calculates the sum of a column), to cause a page break when the sum is equal to 20.
  4. StormcrowRahl

    Control output to report based on subtotal

    I need to cause a page break when a group subtotal is equal to or not exceeding 20. Setup: a parameter query is run with user input, which is where the report gets its information. Now, I can subtotal the specific column(#ofdocuments) in the report without any problem. But I need the report to...
  5. StormcrowRahl

    Control Report Output based on subtotal

    I need to cause a page break when a group subtotal is equal to or not exceeding 20. Setup: a parameter query is run with user input, which is where the report gets its information. Now, I can subtotal the specific column(#ofdocuments) in the report without any problem. But I need the report to...

Part and Inventory Search

Back
Top