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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.