Search results

  1. W

    On Change occuring when it's not supposed to

    I have 4 drop down combo boxes in my form. The other three update when the first one is changed erasing the value in the field. The problem am having is... when the user click on the dropdown list, if instead of clicking the arrow again to close the dropdown list they click the same value that...
  2. W

    Use Control Source to calculate age

    I already have a date of birth field named DOB. I am trying to calculate age with full years, months, and days using the control source in a text box, but all I can get in return is the calculated years old and nothing else. Here is my code...
  3. W

    Row Source SELECT statement with Expr

    I am fairly new the using Access and seem to be stuck on something. Here is the code I am working with: SELECT T_Keepers.KeeperID AS Expr1, T_Keepers.FirstName & " " & [LastName], T_Keepers.DepartmentID AS Expr2 FROM T_Keepers WHERE (((T_Keepers.DepartmentID)=Forms!F_Log!Departments)) ORDER BY...
Back
Top Bottom