Search results

  1. DaveMere

    Losing focus on a text box

    I'm working on a form which has two text boxes, the data in which must be checked against a list to see if their entry is permitted. I've set up a procedure called by the LostFocus events of both text boxes that runs a query based on the information in the text boxes, checking against this list...
  2. DaveMere

    Simple query

    Solution works perfectly. Thanks.
  3. DaveMere

    Simple query

    Hi all, I'm designing a form containing a combo box which fetches it's data from a table, via a simple query. The table contains two columns - call them ID and FullName. The combo box presents the ID information for the user to choose from. I would like to set up a label elsewhere on the form...
Back
Top Bottom