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 Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by IllinoisREI

  1. IllinoisREI

    Combine Multiple Queries

    My list of queries is growing out of control. I frequently find myself creating multiple select queries to be used to create other select queries because of the need for unique joins at each stage. I've combined queries with union queries using straight sql but is there a similar approach where...
  2. IllinoisREI

    Need criteria for use with DFirst function

    PHV: Thanks again for the reply. I gave it a try but I'm getting a "Synatx error (missing operator in query expression)". Would the domain being a query versus a table cause a problem with the Dmin function? What is the reasoning for Field1 in square brackets and not Field2? Also, what does the...
  3. IllinoisREI

    Need criteria for use with DFirst function

    Thanks for the feedback guys. I wasn't clear in my post. Field3 needs to be the result of an expression. It does not exist yet as a field in any table or query. The expression would result in a date. I need it to look at the value of field1 in that record, then look through all the records and...
  4. IllinoisREI

    Need criteria for use with DFirst function

    This has me completely stumped. Using this table as an example, ID Date Field1 Field2 Field3 1 1/1/09 600 0 1/4/09 2 1/4/09 600 600 1/4/09 3 2/1/09 1200 600 2/15/09 4 2/15/09 1200 1200 2/15/09 5 3/1/09 1800 1200 4/1/09 6 3/8/09 1800 1200 4/1/09 7 4/1/09 2400 1900 null 8 4/6/09...

Part and Inventory Search

Back
Top