Jump to content

Good morning internet


G+_Matthew Bowe
 Share

Recommended Posts

Good morning internet. I'm looking for management software that can show a map of a locker room, indicate lockers in use, and store guest info. I don't need any other bell or whistle. Suggestions? I could probably build a database program out of MS Access, but I wouldn't know how to have the map display available lockers.

Link to comment
Share on other sites

Start here, http://www.w3schools.com/asp/ado_intro.asp

Keep going until you get to the last demonstration that ties everything together. If you still want to use Access, I have a book for you "Mastering MS Access 97" it is 1140 pages long and is still mostly relevant. If you pay postage I will ship it to you. I haven't used it since I learned this. If you could get me some ski rentals and lift tickets, I would write the the program for you.

Link to comment
Share on other sites

Ok. I've settled on using MySQL and PHP, unless any of you can think of anything easier. What I need is the following: 

-A graphical representation of the locker room

-An easily editable table showing Guest Name (and other guest info as needed)

-Clicking the locker on the graphical representation highlights and selects the respective table entry

-Clicking the table entry highlights the graphical representation of the respective locker.

-Color code the graphical representation to determine locker occupancy state.

 

Ideas?

Link to comment
Share on other sites

Ben Yanke? This would be simpler on a LAMP server setup. This example just has basic SQL and db connectios. I used the example on an XP workstation just turning on IIS. It was on its own network and not connected to the internet. I used the example to do an inventory web app with over 300,00 records. It ran fine for M$.?

Link to comment
Share on other sites

 Share

×
×
  • Create New...