Search results

  1. M

    Requery VBA Can't Find Form

    I have a form that users use to input data into a table. I then have another form that shows the last saved/entered record. My intent is that after the data entry form is closed, VBA will trigger to refresh the last saved record form (named fLastSavedRecord). My VBA is: Private Sub...
  2. M

    No Selection Made - If Statement in Macro

    I have a form with two cascading list boxes. When the selection in the final list box is made, the user presses a button that opens a report using a macro on the button. I'm trying to create an If statement in the macro that says, if no selection is made in the final list box, display a message...
  3. M

    Images (Attachments) To Show Horizontally

    I have a report with a subreport that does nothing but show images (attachments in my query). Everything works great returning the images except they are shown vertically instead of horizontally like I would prefer. I have tried the Page Setup -> Columns route, but it's as if it doesn't apply...
  4. M

    Toggle Button to Add "Not Like" to Multiple Queries

    I have a form with about 10 subforms on it, all of which have queries as source objects. All of these queries are based off the same table which contains a field for Customer. What I would like to do is have a toggle button on this form that, once pressed, essentially adds a "not like"...
  5. M

    Export Form To XLS With 'Select Folder' Window

    I have a form that I'd like to allow users to export to .xlsx via a button on the form. However I'd like to make it so that once the button is pressed, they are prompted to select a folder location before the export takes place. I thought I would find a lot more 'how to' on this specific...
Top Bottom