Search results

  1. S

    .execute then .openrecordset

    So I'm having this issue where I can successfully update a row but fail to retrieve one of its fields immediately after. I have this piece of code in a module: Private objMyDB As DAO.Database Public Function myDb(Optional bolRefresh As Boolean = False) As DAO.Database...
  2. S

    hide a record while it's being edited in a form

    Hello everyone! I have this database in order to assign a task to each logged on user. The db is split between be and fe already and everything is on a network drive. Admins import tasks on the main table where there is a 'inUse' boolean column defaulting as false. A query reads a few fields...
Back
Top Bottom