Search results

  1. N

    VBA to sort variable field in Report

    Can anyone help me out please? I have the following code that makes a report from comboboxes in a form, but I am unable to sort by the variable field. What do I need to add to this code to have it sort by "lblfield1"/"tbfield1" ? Thank you, Nicole :) Private Sub Command54_Click() On Error...
  2. N

    Sort Report by variable value

    Dear All, I have built a form that contains comboboxes allowing the user to choose what they would like to see on their report. Below is an piece of code that takes the choice of the combobox, and puts it in the report. What I need help with is how to set lblfield1/tbfield1 as the value to use...
  3. N

    Custom Report from Form

    Dear All, I am building a personnel/training database and has been going well until I attempted to create a form which allows the user to create custom reports. It contains 8 comboboxes populated with field lists from 2 tables. These are to allow the user to choose which headings appear in...
  4. N

    Custom Report from combobox selections in Form

    Dear All, I am building a personnel/training database and all has been going well until... I created a form with 8 comboboxes populated with field lists from 2 tables. These are to allow the user to choose which headings appear in their Report. I found a module online, edited the form and...
Top Bottom