Search results

  1. B

    Duplicate Button

    Hi, I wondered if anyone can help me. I can create a button to duplicate data from a form into a subform as below Private Sub Command159_Click() 'To duplicate work address into preferred address between different forms Me.Preferred_Address = Form_sfWorkDetails.Company_Name...
  2. B

    Linked Tables not linking

    Hi, I wonder if anyone can help me. I'm very frustrated I have a database that I didn't create and the links aren't working on other users pc's but they are on mine. There are 9 links to various databases. 8 out of 9 work on my laptop. The 2 important ones don't work for other users. If I...
  3. B

    Filtering records to then add a new one

    Hi I wonder if anyone can help. I attach a table that is a material list (27000 records). When I add a new material I want to be able to see the last part code I created for a particular supplier. For example C001, C002 and C003 are for a supplier company called Chapters so I would scroll...
  4. B

    Creating new records

    Hi I wonder if anyone can help. I attach a table that is a material list (27000 records). When I add a new material I want to be able to see the last part code I created for a particular supplier. For example C001, C002 and C003 are for a supplier company called Chapters so I would scroll...
  5. B

    Cascading Combo Boxes

    Hi I have trawled this forum searching for help with cascading combo boxes, it was very helpful but alas I need that bit more. I have 2 combo boxes and the result is displayed in a subform. The problem is that it will only display one selection made from the Combo boxes and I need multiple...
Back
Top Bottom