Search results

  1. D

    Pivot Table Form (Filtering w/VBA)

    I have a Form ‘frmMsg’. (This is the Main Form) I have a Pivot Table Form called ‘pvtMsgLayer’ with a built in Record Source Query. (This is the Sub Form) I am using VBA to open the Main Form. The part I am having trouble with is Filtering the Sub Form with a Comma Separated Values...
  2. D

    Combo-Box w/Selection Parameters - Need Help

    Any assistance would really be greatly appreciated. I’m a Newbie and have been trying to figure this out all week!! I have a form called [frmCreateTask] that I am using to add tasks to my table [tblTask]. On this form I have a combo-box [cboEmployee]. I would like my row source to...
  3. D

    Multi-select Listbox Filtering Report

    Hi I am new to VBA so please bare with me.. I have a Form I am using for Filtering Records on a Report. I am trying to figure out the code to make my Listbox a Multi-Select Listbox and have the code in the on click event of a command button to output to a report. My Single-Column/String...
Back
Top Bottom