Search results

  1. M

    Print Report Problem

    I created a login screen for users so that reports can all be customized for the individual logging in and I created a custom ribbon with the print functions when a report runs. I've discovered that someone who is running the full version of access can print the reports without problems, but if...
  2. M

    Drill Down

    I have created a report that has a list of individual's names and have written code so that I can click on a person's last name and it will take you to their detailed info, but it brings up all the records who share the same last name so I added a field showing the last 4 of the social security...
  3. M

    Creating a Custom Menu

    I have been trying to create a custom right-click menu and have posted the code below. I set the shortcut menu bar to SimpleShortcutMenu, yet my report tells me it does not recognize the module. Sub CreateSimpleShortcutMenu() Dim cmbShortcutMenu As Office.CommandBar Set...
  4. M

    Execute Only Database

    I have finished my first database and I would like to create an execute only database in order to disable a lot of the functions. I have a login screen that allows the user to select who they are, however in the execute only database when i select the user and hit "enter" nothing happens, what...
  5. M

    Totalling issues

    I have a query that has multiple products listed and when I try to do a total unless there is a value listed for each product then it won't total, so I have to go across and put zero's into the fields. Is there any way around this so that it will total even if not all fields are filled in? Thanks
Back
Top Bottom