Recent content by Scooter172

  1. S

    Get Computer Name/Identifier

    This works great for me.. after entering this in a module (name it what you want, I called mine user name) and then when you go to properties menu for the control you want select data tab, "default Value" type =UserNameWindows() Private Declare Function GetUserName Lib "advapi32.dll" Alias...
  2. S

    work schedule

    How is the best way to design a table that could be easily queried to show what schedule and the hours of that schedule based on the day of the week. I have a table with schedule names a-k and the start and stop time of each. I have another with the employee number and vacation day info. and a...
Back
Top Bottom