Search results

  1. C

    Form fields not updating correctly

    Hello- I’m having a problem with form fields not updating correctly. The form (frmEvaluation) is bound to a query (qryEvaluateApplicant). qryEvaluateApplicant is created in a VBA procedure. This procedure runs on the OnOpen event of frmEvaluation. On the OnLoad event of frmEvaluation, I...
  2. C

    How to reference value of string variable in If statement

    I'm writing a function that mimics login behavior for an Access database. Here's an overview: - User enters a login ID in a textbox (txtLogin) in a form - VBA Public Function uses DLookup to lookup the user's role in a table in the database, based on the value in txtLogin, and stores it in a...
Back
Top Bottom