Search results

  1. R

    Main DB part 2

    I have a central DB that is used to open other DB's. I have the code to open up access but I can not figure out how to by pass the login so the DB will fully open. The user name in WHOAKSU with no password.
  2. R

    Main DB

    I have several DB that I would like to open from one central DB. I have looked @ OpenDataBase but I think I may be missing something. Some Examples of names are ShiftReport, Address, and utilities.
  3. R

    Tab order

    I have a have a form that needs to tab from the detail to the footer on lost focus. Is there something wrong with my code? Private Sub QA_Count_LostFocus() Dim dbs As Database, rst As Recordset Set dbs = CurrentDb Set rst = dbs.OpenRecordset("QA_Count") If CurrentRecord = rst.RecordCount Then...
Back
Top Bottom