Search results

  1. B

    Trying to Requery a Text Box on a Form

    I tried the below workaround and it still doesn't work Private Sub CmbReportList_Change() Dim RptRejCode As String Dim RptUnresponded As String Dim RptFsc616 As String Dim RptCpcNonContracted As String RptRejCode = "Returns Detail for Selected Rejection by Selected Billing Area"...
  2. B

    Trying to Requery a Text Box on a Form

    I have a Form that I am using for Reporting. I have a text box on the form that has a query set as its Control Source. I would like for the text box to update based on a selection from a combo box. The query underlying the text box basically takes the value of the combo box as its criteria. I...
  3. B

    Referencing a Page Break on Form

    I have an Access Form that I am using to run all of my reports from. Basically if a user selects a report name from a list on another form, I would like for the report from to open up and the focus to move down to the section on the form that contains the input boxes for that particular report...
Back
Top Bottom