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: *

  • Users: vbboy
  • Order by date
  1. vbboy

    How to Get Last Record Number in a Flat File.

    Hi Friends, I have a big text file of over 300,000 records in it. Is there a way to get the last record number without going through each record? Thank you
  2. vbboy

    Anybody knows how to use formulas?

    Try This: YourReport.SelectionFormula = "{YourTable.YourField}= " & YourVariable YourReport.Formulas(0) = "YourReportFormulaName= " & YourVariable Make sure you do not have space between YourReportFormulaName and = sign. Try!!
  3. vbboy

    Need Help! Creating a new report from SQL Server using parameters.

    DCM, Thank you for help. I tried but it did not work. Here is situation: @StartDate yyyy-mm-dd hh:mm:ss.fff I put '2001-02-01 01:01:00.000' @EndDate yyyy-mm-dd hh:mm:ss.fff I put '2001-03-01 11:59:00.000' But I got same error message. Parameter Number 1 is invalid Thanks again.
  4. vbboy

    Need Help! Creating a new report from SQL Server using parameters.

    I have to design a CReport using SQL Server's stored procedures which have two date data type parameters - Start Date and End Date. When I try to select the Stored Procedure from the list I get the Stored Procedures Input Parameters Box with yyyy-mm-dd hh:mm:ss.fff value But when I put a date...

Part and Inventory Search

Back
Top