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 bkrike 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: btcomput
  • Content: Threads
  • Order by date
  1. btcomput

    User Selected Fields for Report

    Hi, I have written a routine in a VB program that allows users to select fields they want included in a report. I hand coded the report to include just those user-selected fields. Is there a way that I can create a report in Crystal Reports that will print just those fields that the user...
  2. btcomput

    Proper use of Left(.) and right(.)

    Hi, I'm trying to develop a recordselection formula in a VB program to search for all records with the string: Fred's Bass Club in a field called "club" within a table called "results" The problem is that in this case, the string has an apostrophe in it. I have tried the...
  3. btcomput

    Formula Help

    Hi, I have set up this formula: TrimRight ({Roster.Last})+ ", " + TrimRight ({Roster.First}) + " " + {Roster.MI} to display first last and MI fields in a "Name" column. As long as all three fields are NOT null, I get: Name: Jones, Fred P Smith, Nancy A Timmons...
  4. btcomput

    Putting values into text boxes

    Hi, How can I write code to put values of variables into text boxes in a form on an ASP page? Any help would be appreciated. Thanks

Part and Inventory Search

Back
Top