Search results

  1. K

    Maintain List Box selection after going into subform

    I have still not managed to solve this problem, are there no pearls of wisdom from anyone here?
  2. K

    Maintain List Box selection after going into subform

    Hello, I have an unbound multi-selection List box on a main form (data entry) which is populated by a query and only becomes visible once the user selects the "Case_ID" from a combo box. I then allow the user to select multiple items in the list to associate with this new record. These...
  3. K

    Opening a recordset

    Fixed Okay, crisis over. I realised that my problem was actually the fact that my query was referencing a form field in the way Forms!frmHDSearch!txtNum and have since discovered that this does not work in the code. So I have conceded defeat and created another query that accepts a parameter...
  4. K

    Opening a recordset

    Hello, I have just dropped into this thread while doing searches based on a similar problem I am having with Access 2003. My VBA is extremely rusty but I figure this shouldn't be too difficult. Please see the red section in the quoted code below explaining how that particular line does not...
Back
Top Bottom