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 strongm 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. ISO9000Man

    Using Update query in form to update table

    I am working on coding an update query in a form that will update a table which tracks our raw material receiving and issue. Can someone look over this newby's code and point me in the right direction? I have a form [frmMaterialIssue] with two subforms. [subform1] shows material available after...
  2. ISO9000Man

    Update subform based on data in Main form

    Actually here is what I ended up with. It works fine for this application and I have added matching up [Location] with [Inspection Type] in the main form. Thanks for your input and I will try it out as soon as I can. Always looking for different ways to accomplish these tasks...
  3. ISO9000Man

    Update subform based on data in Main form

    I have set up some code in the "on click" sub for saving a record on form [frmInspection]. This form has a subform [frmFAInvUpdate] which is linked to the main form control [WorkOrder]. When a record is entered the subform shows all records in tblFAInventory which have the same work order#. The...
  4. ISO9000Man

    Query Format for Count & Total Report

    I have not had any success assembling the right queries to show the data I need for this report. Can you help me format a query or set of queries that will assemble the data in the format I need for a report like this. The information I am using is detailed below. Table: tblNCMRDATA Fields...
  5. ISO9000Man

    Adding date parameter to report based on crosstab query

    I tried that: Between [Start Date] And [End Date] and I still get the following error: "The Microsoft Jet database engine does not recognize '[Start Date]' as a valid field name or expression." Am I using the wrong expression?
  6. ISO9000Man

    Adding date parameter to report based on crosstab query

    I have built a report on a summary query built on a crosstab query to get the information formatted as I need. The report is exactly the way I want it. However I can't seem to find the way to apply a date filter so that I can input the date range to see only the records from that date range in...
  7. ISO9000Man

    Automatic email function

    Just write a macro and attach it to the command button.

Part and Inventory Search

Back
Top