Search results

  1. C

    Security Back End Front End

    I have a backend on our server and a front end running on individual workstations. I have applied the shift enter lock (referred to in these forums and downloaded from Utteraccess.com) on the front ends and made them reasonably bullet proof by customizing menus, turning all forms into modal...
  2. C

    Update a table from a query

    I have a database that tracks student issues. Each issue in this database is either "open" or "closed." When the user opens the form that allows her to edit or "close" an "open" issue, a modal popup dialog box requires her to choose from a combo box list of students who have open issues. The...
  3. C

    Custom Dialog Box to Open A Form

    I have created a custom dialog box and am able to open a report displaying the selected data; however, I am unable to to the same to open a form. The parameter query works fine, but when I open the form from the custom dialog box (form) no records are present. Any ideas?
  4. C

    Report Based On Custom Dialog Box

    Thanks, Brad. I wasn't getting that the report had to be opened from the previously opened lookup form. Now on to the next problem: I am unable to use a custom parameter form to open a different form showing the selected data from the custom parameter form. Any ideas?
  5. C

    Report Based On Custom Dialog Box

    Brad: The form pops up when I open the report (or I want it to anyway). I can enter data in it, but the data doesn't make its way to the query. How should I proceed.
  6. C

    Report Based On Custom Dialog Box

    I want a custom dialog box with a combo box to appear when I open a form. I have browsed the forum and tried the following solution to no avail: Add a combo box to your form then lookup the table that your drop down list is stored in. You can then open your report based on the selection you...
  7. C

    SendObject Problem

    I am a frustrated newbie. Have pity. My Goal: I am trying to set up an auto email notification process where I will receive an email message (without attachments) whenever one of our employees completes an electronic Access form. What I have done so far: I have set up a macro with the...
Back
Top Bottom