Search results

  1. S

    Testing for multiple users with one PC

    Hello all I'm building an access database that will eventually be used and edited by multiple users at the same time over a LAN. Is there a way that I can test how the database will respond to multiple users using just my own PC, i.e. opening the database twice, as different users and seeing...
  2. S

    Using Requery to update a Text Box on a form

    Okay, thanks.
  3. S

    Using Requery to update a Text Box on a form

    Thanks lagbolt! I've just tried it and it works a treat. I can now go to bed a happy man. Do you know why my previous code didn't work? Is there an issue with using Requery to update Text Boxes? Or was I just way off with the way I was trying to amend the query that the form is based on...
  4. S

    Using Requery to update a Text Box on a form

    Hello I have a tabular form called WorkOutstandingForm, which looks at a query called WorkOutstandingQuery. On the form are two combo boxes (including one called ClientNameCombo) used to filter out certain records from the query. When I select a client from ClientNameCombo, the other combo...
Back
Top Bottom