Welcome to the dBforums forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions, articles and access our other FREE features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload your own photos and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact support.

If you prefer not to see double-underlined words and corresponding ads, place your cursor
here for ContentLink opt out.

Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > Using access DB as search tool on website

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 06-03-04, 17:55
jwortley jwortley is offline
Registered User
 
Join Date: Jun 2004
Posts: 17
Using access DB as search tool on website

I'm not sure this is the right forum for this, but I'll give it a shot.

What i want to do is take either an excel database or an access database of a catalog of animals.

The columns would be (Phylum, Family, Genus, Species, PIcture Number) for instance.

I want to set this up in a series of drop-down boxes, and search forms so that it looks like this.

PAGE

[Drop down box with choices of Phylum]

[Drop down box of the choices of families within that Phylum]

[Drop down box of Genuses in that Family]

[Drop down box/or search box of the species in that genus]

After a species is selected, I want it to pop up with all of the corresponding information on it (IE, its latin name, where it is located , what GPS coordinates it was found at, and on the right, I want a picture of it to pop up) I can sort the pictures in any way, I just don't know how to approach it.
Reply With Quote
  #2 (permalink)  
Old 06-04-04, 13:11
Seppuku Seppuku is offline
Useless...
 
Join Date: Jul 2003
Location: SoCal
Posts: 721
There is certainly a way to accomplish this. Do you know any ASP?
__________________
That which does not kill me postpones the inevitable.
Reply With Quote
  #3 (permalink)  
Old 06-04-04, 13:38
jwortley jwortley is offline
Registered User
 
Join Date: Jun 2004
Posts: 17
Talking

I have never had any exposure to these languages (ASP, mysql), I am a quick learner though.

I heard a rumor that mysql would be the easiest language to do this with, if not, by all means I would love some instruction.
Reply With Quote
  #4 (permalink)  
Old 06-04-04, 13:45
Seppuku Seppuku is offline
Useless...
 
Join Date: Jul 2003
Location: SoCal
Posts: 721
If you've never used MySQL before, it's not necessarily the easiest, but it's better then using Access, and free. If you're not planning to have many people hitting the DB and you're familiar with Access, that may be the way to go.

Before you can start with ASP you need to have an IIS server setup. Do you have at least that much?
__________________
That which does not kill me postpones the inevitable.
Reply With Quote
  #5 (permalink)  
Old 06-04-04, 13:48
jwortley jwortley is offline
Registered User
 
Join Date: Jun 2004
Posts: 17
Possibly, is that something I can install?

Sorry that I'm such a newbie

Last edited by jwortley : 06-04-04 at 13:51.
Reply With Quote
  #6 (permalink)  
Old 06-04-04, 13:55
Seppuku Seppuku is offline
Useless...
 
Join Date: Jul 2003
Location: SoCal
Posts: 721
What OS are you running?
__________________
That which does not kill me postpones the inevitable.
Reply With Quote
  #7 (permalink)  
Old 06-04-04, 14:08
jwortley jwortley is offline
Registered User
 
Join Date: Jun 2004
Posts: 17
I am running Microsoft XP Pro on my computer.. the one the website is on is Linux
Reply With Quote
  #8 (permalink)  
Old 06-04-04, 14:13
Seppuku Seppuku is offline
Useless...
 
Join Date: Jul 2003
Location: SoCal
Posts: 721
ah... so you want to write a web app that runs on Linux to which interfaces with a DB containing data that you currently have in Excel and Acces..

That's why someone recommended MySQL. Look into PHP as the scripting language instead of ASP, but what you're attempting to accomplish is entirely possible.
__________________
That which does not kill me postpones the inevitable.
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On