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 derfloh 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 tttt2222

  1. tttt2222

    Question on applying Modules funtion

    The function works well, I can obtain the right result, but if I call this function in query with: Where(Case.Time)>=[Forms]![frmWitness]![txtStartDate] And (Case.Time)<=[Forms]![frmWitness]![txtEndDate] It doesnot work. If withou "Where..." ,it works.
  2. tttt2222

    Question on applying Modules funtion

    Thanks a lot, but it still doesenot work.
  3. tttt2222

    Question on applying Modules funtion

    I have a table as the follwoing: RI Region Time 6.6 2 2006-01-23 8.1 1 2006-01-03 5.1 2 2006-01-03 3.4 2 2006-01-07 7.2 2 2006-01-07 3.5 2 2006-01-09 6.2 3 2006-01-10 6.1 2 2006-01-09 11.0 2 2006-01-18 4.3 6 2006-01-18 5.4 1 2006-01-05 11.3 2 2006-01-19 I have a function to calculate the...

Part and Inventory Search

Back
Top