Recent content by cykchanaa

  1. C

    Run-time error 3061 when trying to email query results that is linked to a form

    I tried both methods but am still getting the error.
  2. C

    Run-time error 3061 when trying to email query results that is linked to a form

    I am trying to create a form button that will automatically email each row of a query result to myself. At first the VBA code worked fine with a standard query. However when I use it with a query that contains a reference to a combobox form such as "<=[Forms]![Reminder]![Monthsleft].[Value] And...
  3. C

    How to show/hide columns in a query using a form checkbox?

    Sorry for the confusion, I intend to generate a report based on my query and want users to have the option to choose which fields are shown in that report. I have attached a sample database for your reference.
  4. C

    How to show/hide columns in a query using a form checkbox?

    Thanks for the suggestion, what I'm trying to do is to create a report based on that query and have a button opening that report on my form. However when I insert the query as a subform in datasheet view, hiding the columns has no effect on the report.
  5. C

    How to show/hide columns in a query using a form checkbox?

    Currently I have a query where the criteria is dependent on the combo boxes on my form. I would like to add checkboxes to my form which determines which fields are shown or hidden. For example if I had a checkbox for address, selecting it on my form will show the address column in my query...
Top Bottom