Search results

  1. V

    Help with Access IF Statement

    I'm in query design and I entered this function into "Field" but it's not working. Why? Age-CRD is a calculated field. I'm trying to show the result as a range. DisplayText...
  2. V

    Select Combo Box to Open Reports

    I can't get a select combo box to open reports upon the click of a button. Here's what I have. What do you suggest? It's opening the report Inventory only when nothing is clicked but I can't get it to open the other reports. Private Sub Run_Inventory_Report_Macro_Click() Dim strSortBy As...
  3. V

    VBA-Apply Filter to Search Button

    I'm having trouble getting this code to work. I have a blank form with a simple multi-select list box (GroupList) and a button underneath it (cmdSearch). I'm trying to put code into the button to pull select names from GroupList and display Group Affiliation names (field: [Group Affiliations]...
Back
Top Bottom