I gotta say, WOW. I don’t think I ever imagined something like this would happen. Microsoft published an official tutorial series on what you can do with Access, and how to proceed with getting started on our favorite tool. I…
I gotta say, WOW. I don’t think I ever imagined something like this would happen. Microsoft published an official tutorial series on what you can do with Access, and how to proceed with getting started on our favorite tool. I…
Email hyperlink/Deep Link to Access record Literally for ages, I’ve wanted to ability to email a link to users, that would take them to a specific record within my access application. For quite a while I’ve been sending out Monday…
Access Europe has a special session lined up for you this time. On August 5th we will demonstrate how to automate pushing updates out to your users. Now if you’r an access developer with multiple users, you are probably aware…
Yesterday I was asked if I knew of a way to export a treeview to PDF or excel. I did not at the time, but I always welcome a challenge, as its a chance for me to learn something new,…
This tip of the week will be about Enums. Enum is short for enumeration, and while you might think you have never heard of or used a enum before, I can almost certainly promise you that it is not true.…
Intro to Tip of the week I will admit the blog has been a bit dead for a while. I have been busy with the code below, and its taking up alot of time:
1 2 3 4 5 6 |
Dim oKid as cKid Set oKid=New cKid(Age:=0) oKid.CryAllNight=True If oKid.Parent.Tired then Call oKid.Parent.Sigh End If |
so instead of trying to…