Recent content by gaston

  1. G

    Using hyperlinks to find the correct record

    ok, hang on a sec. I also have record navigation buttons on the form, and unfortunately, once I select a letter, this stops the navigation buttons from working. Any ideas how to fix this?
  2. G

    Using hyperlinks to find the correct record

    Done thanks!
  3. G

    Using hyperlinks to find the correct record

    Works like a dream!! I just assumed that it would be a hyperlink. That is the bees knees. Cheers!
  4. G

    Using hyperlinks to find the correct record

    Hello Hoping someone can help me with this one. Does anyone know how to set up each letter of the alphabet on a form, when you click a letter I want access to navigate to the first record beginning with that letter. frmSelectCustomer EmployeeFullName CustomerName CustomerID On this form...
  5. G

    Copying values from one form to another, when the second form is in data entry mode

    ok guys, my head is spinning, but maybe one day the rest of the content will be of use to me. In the end I ran a macro with 'set value', and got it to pull accross the number from the orginal form. Just going through making the frmCustomerDetails requery as we speak. I haven't been using...
  6. G

    Copying values from one form to another, when the second form is in data entry mode

    Sorry Wazz, not to sure what you mean here. What would I do with the docmd.openform stuff Think I'm fine with the rest of things, but if you could clarify, that would be great. Thanks for your help
  7. G

    Copying values from one form to another, when the second form is in data entry mode

    Hi Guys and Girls I have a main form (frmCustomerDetails) which is used to enter details on our customers, a subform in this form (frmCustomerContactDetailsSubform), which has some fields locked (e.g. Full Name, which is a concatenated field) and consequently cannot be used for adding new...
Top Bottom