Search results

  1. G

    VBA - label to display total of column in table based on two checks

    I am looking to generate a total number of a given column based on two criteria. I would like a label (or textbox if necessary) to display a given total of "Active" devices based on a given month. The table name is "Blackberry" and the specific columns I would like to check would be...
  2. G

    VBA - textbox check for specific format

    I would like to run a check on a textbox to ensure it contains a proper format. format: starts with: 0- contains: 7 digits after.
  3. G

    VBA - findfirst for registering new users to database

    New to MS Access, and it is bringing back memories from using VB in highschool. Quite beginner here in terms of VBA knowledge and the Access itself. Through researching on google. I managed to find code to create a user login screen. I added a new button to allow for new user creation. I have...
Back
Top Bottom