Search results

  1. D

    Shift Key Disable Doesn't work

    :confused: Help! I used ghudson's code to disable/enable shift key using a password. This works beautifully. On start up, I am still able to hold down the shift key to by pass any splash screen. I am doing something wrong with his code? Don't yell at me...yet. I am new to this, but how can I...
  2. D

    Multiple Users

    All, I have database with user level security that works fine, but I have asked to place this database onto our secured network which means multiple users could have it open at any given time. How can I setup this database to allow multiple users? I am very, very green at Access. Please don't...
  3. D

    Combo Box: Restrict Data Entry

    Hey, I have several list combo boxes on my form that I want to prevent users from adding data to. How can I do this? For example, there is a list box for insurance carrier, etc. :confused: Thank you, debo
  4. D

    Bold Text Based on Dates Entered

    Question 1: In a report, I want to bold client names (ClientName) based on the dates (StartDate and EndDate...text boxes on a form) entered from a form. Is this possible? Question 2: I have created a monthly letter using report based of a form. It's a generic letter thanking each client for...
  5. D

    Toolbar Disappeared

    Big Mistake: Toolbar Disappeared All: Some how I managed to make my toolbar disappear for all Access databases (new and old). I cannot see the normal 'file, edit, etc.' menus. This occurred when I log into a particular database using different computers to perform certain tasks. The database...
  6. D

    Automatic Query Execution

    I'm not sure how to solve my problem. Every month birthday cards are mailed to clients. I have created a query that reads from a form based on user input of "StartDate" and "EndDate". 1. Between [Forms]![frmDOB]![StartDate] And [Forms]![frmDOB]![EndDate] 2. report is then executed based on...
  7. D

    New Record Not Showing Up

    My goal is to create a new record(ID#) appear in both tables. What should I do? Or, should I do something totally different? I have a form/subform (one-to-many relationship) linked by ID. The subform is set to 'continuous'. When I add a new record on the form, I can see it on both form/subform...
  8. D

    Which Query Should I Use?

    All: I know what I want to do in Access, but I'm not sure how to accompolish this. Here's my problem: I have a table, Training Hours. There are about 12 different courses for 2003 with respective hours(unique CourseID). The hours can increase/decrease by 2004. I want the manager to able to...
  9. D

    What's Wrong With My Code?

    What am I doing wrong? After adding new subject (ID) to form 1, I want to add this new ID record to form 2, but the error appears to be in line 3. And, what is the equivalent OpenArgs statement for this? Private Sub Command226_Click() On Error GoTo Err_Command226_Click...
  10. D

    Last Minute Changes

    All: I'm trying to complete my database and have a few last minute questions. Here are my questions: 1. Can the tabs on a form be set to automatically bounce to the next field?How? 2. When adding a new record using "Address" form (ID, Last Name, etc.), can a secord form, (Training), open...
Back
Top Bottom