Recent content by Sleepy

  1. S

    Simple function to Check if date is DST (Daylight Saving Time)

    Hi, Thanks guys. I guess I have to do some study on the ByVal code. Good timing as I just fixed what was wrong with the function calls I was making re dst. Good ol' windows lost my "Time_Zone_Information" value so my functions were returning a zero. (So none worked) Fix was changing to another...
  2. S

    Simple function to Check if date is DST (Daylight Saving Time)

    Hi, I like this solution but I have a question for when I call this function. Public Function IsDST(ByVal d0 As Date) -What values(variable values) do I put in brackets if any. Do I need a value for ByVal and d0? I had trouble figuring that out from the post.
  3. S

    Hi from Calgary Alberta

    Hi, I am a new member from Calgary. I am new to access. I started building an Ham Radio database in March to learn VBA. (Ham means Amateur Radio Hobby). I'm well along the learning curve but I need some help solving a couple issues so I joined your forums so I can post a question or two. I am...
Back
Top Bottom