Search results

  1. J

    Data Access Page Option Group

    Hello everyone, I was wondering if someone could explain to me as to when I create a form and add an Option Group it takes me through the wizard setup but when I try and add and Option Group to a Data Access Page it doesn't appear as though I can configure the options. How do I do so on a Data...
  2. J

    Run Multiple Reports to attach to emails

    I have a report that I need to run either once breaking by each department or individually for each department. Once the report(s) are run, there is a table with a specified email address for each department. I would like for each department report to attach to each corresponding email...
  3. J

    Update Nulls with Max+1

    I have a table which records are appended to in batch format. I would like to update a column called batch number for newly appended records with the Max of that column + 1 but I keep getting errors such as "operation must be an updateable query". Anybody have any suggestions. Mind you I am...
  4. J

    Auto Populate Button

    I have a form that enters in Bank Information. On the form there are two sets of address': "Physical Address" "Mailing Address" PA_Street MA_Street PA_City MA_City PA_ST MA_ST PA_Zip...
  5. J

    Email Report

    I know this has been posted several times, and I have tried to utilize the code and just replace with my pertanent info, but I have been unsuccessful. Using the button wizard on a form and have created a button which will run and create an email to send the report. The qry which runs the...
  6. J

    Formatting a name column using Text Functions

    I am hoping this is fairly easy for some of you extremely smart folks. Here is my problem. A person originally create a "Name" column in the format "last name, first name". I would like to create two new columns, "First Name" and "Last Name". I am looking for a function to give me everything...
  7. J

    Multiple Combobox Selection passed as query criteria

    I replied to an old thread and was just concerned it wouldn't get noticed. If anyone can help with the below listed it would be greatly appreciated. This is fantastic and have utilized this, but now I have an additional question. First, when I want to change the combo box property to support...
  8. J

    Kicking off a macro at a certain time

    I have a macro that I would like to run once a week and have it kicked off at a certain time each week. Help. Thanks, Jim
  9. J

    Startup Page

    I have a form that is set to open upon the opening of the database as my startup screen. How do I make it so the form is the full screen. Nobody will need to see the database behind the startup form so they don't need to see the command bars. Thanks, Jim
Back
Top Bottom