Recent content by Deekay

  1. D

    Define the combo box

    OK... I'm assuming that the two parts of your data are in two separate tables (or queries). Go to the query designer page and add the two tables (or queries). If there is any fields which link the two create a link between the fields. Now add the fields that you wish to combine into your...
  2. D

    cursor missing in textbox

    Dear Brent and John Thank you for your replies. Brent - I had already tried your suggestions but the problem I have is that the cursor does not appear after I set the focus back to the Form. No keyboard strokes at all have any effect - not even tab to move between fields. The only thing that...
  3. D

    Define the combo box

    I think I may understand - apologies if not. It sounds like you need to combine data from two sources. Can you therefore create a query with the data from the two parts. Use the query to create a calculated field that cocatenates the other fields to show the data you want and then base your...
  4. D

    cursor missing in textbox

    no cursor in text box! I thought I was pretty savvy on VBA but.... I have a routine to filter a recordset that is triggered by the onChange from a textbox called 'textSearch' control event. The idea is meant to be that as the user keeps typing the recordset becomes progressively...
Back
Top Bottom