Search results

  1. E

    looking for a way to prevent automatic updates on the dbase

    Hello, I am looking for a way to prevent automatic updates on the dbase. Im looking for something like save and cancel buttons or a prompt with those options. I currently have a macro that runs on the beforeupdate event of the form and would need any option to be an addition to that, any...
  2. E

    Hyperlinks for records from subform to other form

    Thank you for all your help Jeanette.
  3. E

    Hyperlinks for records from subform to other form

    1. ClientID - long integer 2. Same as above subform name =ClientList Form to display info=Clients Thanks.
  4. E

    Hyperlinks for records from subform to other form

    Hi Jeanette, Thank you so much for your help, I think im going with the double click event procedure but I am not great with the expression builder coding. Would you be able to provide a sample that is a little more broken down? thanks for pointing me to the search form, I think im going to...
  5. E

    Hyperlinks for records from subform to other form

    Hello all, I have a form that has a subform in it controlled by one of the categories (Client List that can has a supervisor dropdown that controls the subform). I want to turn the "Customer" field into a hyperlink that when clicked will open up the "Customer Form" displaying the respective...
  6. E

    2 Tables, 2 Form; Interchangable information

    Thanks Jzwp22, One thing im not getting, I've never worked with "Foreign Keys" before does this mean that I create them as the name of a field/column in the table and set the relationship between it and the source? or is this another feature entirely? Also, I guess I would like to know how to...
  7. E

    2 Tables, 2 Form; Interchangable information

    yes, more than one employee can be assigned to the client. client hours are entered by week. Its more of a reference than it is time keeping.
  8. E

    2 Tables, 2 Form; Interchangable information

    Hello All, I have an employee/client database. A table for Employees and a Table for Clients. I have a form for entering Client Info and Employee Info. Each client is alloted specific amount of hours and assigned to an employee. each employee may have more than one client. I want to see...
Back
Top Bottom