Search results

  1. D

    Pausing VBA Code

    How do I pause VBA code while a form is open? I have a records form, and I have a button on it that opens another form. The other form is a password form, in which I enter a password to continue. However, the button continues its code regardless of whether the password form is open, closed...
  2. D

    Sorting and Filtering a Report with a Form

    I'm having a bit of trouble with a piece of VBA code I have. What it's supposed to do is filter and sort a report using a form. But there are two lines, which both I need, in it that are not compatible with each other. When both are in and I apply the filter with only a sort, it gives me a...
  3. D

    Report Filter

    I'm trying to use a command button in a form to filter and open a report. I am able to get it to open the report, but I cannot get it to filter the report based on a combobox in the form. I've tried every combination of code I could think of and find. Here is what I currently have: Private Sub...
  4. D

    Copied Report Malfunctioning

    I created a form that allows users to input and view data. I now want to create a report that is very similar but not identical to the form. It took much time to create the form, and creating a report from scratch seems unnecessary. I saved the form as a report. However, when I open the report...
Back
Top Bottom