Jump to content

Program Help - Please?

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
1 reply to this topic

#1
jakeandrews07

jakeandrews07

    Newbie

  • Members
  • Pip
  • 1 posts
Hi,
I'm not much of an avid programmer but If I'm told what to do I can nail it. I'm in need of direction on a project I want to start. I work at a school district and need to keep track of mileage - I could simply download a mileage log program, but that's a little too much work for me (I'm lazy) - I only have a few buildings I travel from/to, and was wondering if there was a way to make a program that say, you select from the drop-down menu, 'I wanna go to Central Office' and from another menu, 'I'm leaving from ____ building' and have it grab the miles from a config file or database, - i click 'save trip' or something and it stores the trip to a spreadsheet or something. Any help would be appreciated.

Jake Andrews

PS If anyone knows of something like this that exists, link me!

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
It sounds like you've pretty well nailed the spec. I'd probably store the distances in a file, since you won't have many. I'd use dropdowns to store the "From" and "To" selections.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog