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

  1. cwassel

    Error when trying to Assign a value to a textbox in a report

    I am trying to assign a value to a textbox in the footer of my report. I am trying to assign a global variable to the textbox, to display in the footer. Here is some sample code where i try to hard code a value into a textbox. txtHours.SetFocus txtHours.Text = "43" However, when...
  2. cwassel

    Combo Box Filter for a Form

    I have a combo box on a form that I want to apply a filter to my form. The combo box is populated with choices such as "Round 1", "Round 2", etc. "Round 1" and "Round 2" are the PeriodID for the records on the form. I want the user to be able to select the Round from the combo box and have the...
  3. cwassel

    ADO question

    I am trying to write some ADO statements to enter a sum from a query in a report footer section. My ADO statements open the query as the recordset, then assign the sum to a textbox. The query, however, requires two parameters, beginDate and endDate. I am having trouble using this query in my...
  4. cwassel

    Crystal Reports Group Header Question

    I am having difficulty getting all the information I need to display in a group header. My situation is as follows: In my detail section of my report I have a count of Major_ID, which I summed throughout the report using the summation button. My report is also grouped by major name. What i...

Part and Inventory Search

Back
Top