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 Chriss Miller 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 jerry13

  1. jerry13

    Problems with Mad Expressions

    The following expression works on a report. Me.Text18.ControlSource = "=Int((Sum([qryAllFieldsForReports]![TotalCount]-[qryAllFieldsForReports]![RandomCount])/(Sum([qryAllFieldsForReports]![TotalCount]))*100))" What I want to know is how to change the query on which the expression is...
  2. jerry13

    setting subreport record sources at runtime

    I need to set a subreport's record source in the open event of the main report. Any ideas out there.
  3. jerry13

    A weird problem with dates.

    How do I make Windows 2000 Server always give the same output for this line of code from an asp page: Response.Write "date = "& date() I have two servers both with the same "Regional Settings" and yet they output two different date formats. One gives 19/06/2001 and the...
  4. jerry13

    A weird problem with dates.

    How do I make Windows 2000 Server always give the same output for this line of code from an asp page: Response.Write "date = "& date() I have two servers both with the same "Regional Settings" and yet they output two different date formats. One gives 19/06/2001 and the...

Part and Inventory Search

Back
Top