Search results

  1. M

    Switchboards and shortcuts

    Thanks for tip. That is exactly what I was looking for.. -Matt
  2. M

    Switchboards and shortcuts

    I've created a desktop shortcut to a switchboard. How do you customize the way the database opens? For intance Maximize a form of hide the master design view dialog box? Thanks much, -Matt
  3. M

    Problem with subform data based on form variables

    Let me preface this by saying I posted this message to the forms list and didn't get a useful reply. I am reposting to this list to see if what I am trying to do is better accomplished by using underlying VB code. Please comment on the design methodology that would usually be used to perform...
  4. M

    Syncing Forms and Subforms when Editing Data

    If anyone has any other comments I would love to hear them.. Thanks, -Matt
  5. M

    Syncing Forms and Subforms when Editing Data

    Thanks for the input, however I don't think that is what I am looking for. I do use combo boxes. The Employee_key is a combo box based on a select query. The Date_Worked is a combo box based on a query which derives the availible dates worked for the selected employee. Basically I would like to...
  6. M

    Syncing Forms and Subforms when Editing Data

    I am putting together a basic time tracking system and am having trouble with syncing the form and sub form when editing the timesheets. I have a table called Time_Card which contains: Time_Card_Key (Primary Key) Employee_Id Date_Worked I have another table named Time_Card_Detail which...
Back
Top Bottom