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!

Search results for query: *

  • Users: Vi08
  • Content: Threads
  • Order by date
  1. Vi08

    Parameter for top margin format

    Hello, I am using reporting 2008 and I created a parameter_Top Margin Format where it displays a list for top margin format i.e. 0.5;1.0;1.5;2.0. How do I incorporate this into the report so it would dislay top margin based on what was passed thru the parameter? Is it possible? Thanks so...
  2. Vi08

    Datepart

    Hello, I am using reporting 2008. Here is our formulas: datepart (month, date_of_birth) * 100 + datepart (day, date_of_birth) between (@tb_StartBirthMonth * 100) + @tb_StartBirthDay and (@tb_EndBirthMonth * 100) + @tb_EndBirthDay. This formulas works fine if people entering dates in...
  3. Vi08

    Show only last Status Entry

    Hello, I am using CR10. In the report, I am trying to show something as follows: Customer Name Project Num Business Name Last Status Entry ABC 123BC Training Onsite Sent out quote to the customer EDS 124DS Programming For the Last Status Entry, I want to show only last entry status...
  4. Vi08

    SQL Server Enterprise Manager-Error adding a record

    Hello, In the past, in our tblProjects, we used the field name "CBUID" and Data Type is smallint. Now, we also have RegionID. CBUID is basically no longer needed. However, if a person tries to add a new project into our SQL Server Database using Forms in MS Access and if I do not include the...

Part and Inventory Search

Back
Top