I have a CT DOT official mileage book which it rather difficult to browse through when I'm on the road...it looks something like this :

So basically what I'm after is a way to enter all of the values into a program so that I can get something like this :

I started programming in Basic language when I was 5 or 6 years old...hehe I still remember the very first program I made :
10 Print "Hello, what is your name?"
20 Input A$
30 Print "Hello, ";A$
And then, whoa, when I figured out I could replace lines 10 and 20 with Input "What is your name ->"A$
...yah, those were the days...but unfortunately I forgot most of that over the years. It's times like these I wish I'd kept up on my lessons

So I'm hoping someone can give me some pointers. Would this be a difficult program to create? I'm not expecting anyone to make it for me, I'd like to do it myself, if it's something a newbie could accomplish.
Thanks in advance for any info!
- Josh

