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. klange

    Close form in formshow

    You could also perform the code in the oncreate event of the form instead of the onshow, however you will be limited in what you can do in reference to the form itself from this event,as it is, by definition, still being created.
  2. klange

    Query for parents with children only

    Thanks ! That did the trick.
  3. klange

    Query for parents with children only

    I need to write an SQL statement for ACCESS for a database with two tables with a one to many relationship I need a query that returns only parent records that have children and return the parent record only once, not once for each child. My query keeps returning the parent once for each child.
  4. klange

    File question

    I assume that you have also created a association with the .rpt extension to make this work, so every filename will end in .rpt, if so, You could look for the last occurrance of .rpt in the string and know that the file name is everying up to that point, and the paramters are after it.
  5. klange

    Need help with a "Not in" query

    Your "read back" of my problem sounds as if you understand it exactly, which is suprising because it's often hard to describe something this complicated in an email. I won't be able to impliment it until Monday. I will let you know how it works. Thanks for your quick response.
  6. klange

    Need help with a "Not in" query

    I need a query to do the following: I have a table I get from my headquarters that has cumulative data in it. I copy the data to another table that I maintain locally with extra fields and records that hold locally significant data. I need a query that will bring over new records from the...

Part and Inventory Search

Back
Top