Search results

  1. R

    Update Records on Button Click

    I have a form listing out a bunch of clients. There is a button associated with each client that pulls open a new form with additional client information. There is information that is calculated on the backend and stored in the database when a user is inserted or different fields updated (i.e...
  2. R

    Display Record Count from Subform in Tab

    I have a form that contains a number of tabs, each tab then contains a subform. The basic gist is that there are clients and each client chart needs to be audited to make sure that the every clients chart has all of the correct information in it. So if for example, each client needs an initial...
  3. R

    Query multiple records between "Weeks" where no record in child table

    I am trying to determine the best method for how to handle this query using Access 2013. I have a clients table that contains the following: clientID fName lName admissionDate dischargeDate 1 John Doe 05/06/2014 06/27/2014 2 Jane Doe...
  4. R

    Subform takes focus from top of main form

    I have a form that I created that has a tab control. When the form loads, it automatically sets the focus to a field in the subform. This wouldn't be a problem, except when it does it hides the tabs at the top of the form so I have to go and scroll back up every time I click a tab so that I...
Top Bottom