Search results

  1. A

    Append Query Where clause issue

    Cool, I shall have a go with that and let you know how it goes.
  2. A

    Append Query Where clause issue

    I need to append data from Table 2 into Table 1 where the Name and RefID fields in Table 2 have different values to the same fields in Table 1. Does this make sense? Ok, more clarification. I have a load of employees in a table (Table 1) They have the fields UniqueID, RefID, and Name. All...
  3. A

    Tab/page control issue

    Hi, I have created a form with a tab control covering most of it and have about 7 pages set up. I am finding that when I load the form it automatically scrolls down and cuts off the actual tabs at the top. I have tried moving the control further down the page but it just scrolls further, and...
  4. A

    Write Clientnumber, the rest is looked up

    It depends if the form you are in needs to be bound to the Client data or not. You'll need to write a bit of code in the AfterUpdate event of an Unbound textbox/dropdown in which you'll type the client number. If the form is to be bound and entering a number jumps to the client record you want...
  5. A

    Un-hide Access Controls

    Try holding the shift key when opening the DB (doing a double click on icon, not from within Access).
Back
Top Bottom