Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Simple DB - catalogue

Status
Not open for further replies.

GladysPym

Technical User
Joined
Jan 6, 2003
Messages
76
Location
GB
Hi. I use DWMX.

I'm interested in a very simple interface for a database, which doesn't need dynamic updating, doesn't do sales, just allows searches and formats accordingly.

A bit like yellow pages. I can turn to 'Doohicky Manufacturers' and get a load of suppliers, or I can search on 'doohicky' and get to it that way.

I am a reasonable DW user, and have a fair HTML knowledge. Is there a simple place to go for simple stuff like this? Or a book?

 
first you need to pick a language, asp, php, coldfusion, or jsp. then you go from there. pretty much i prefer php (cuz its free and widely supported) and asp (because its Microsoft and i dont bet against the man). [soapbox]
sleep is good
 
I'd be more comfertable with Coldfusion with MS Access... I have not failed; I have merely found 100,000 different ways of not succeding...
 
Hmm.

I'm expecting to use asp with access, 'cos that seems easiest to test on my home machine before uploading.

So the problem remains, where do I go to get EASY search and display functions?

Ta.
 
Go to and search for 'search engine' and see if they have anything there... I have not failed; I have merely found 100,000 different ways of not succeding...
 
It depends how clever you need to be with your searches.

If each maufacturer has a defined speciality then a dynamic drop down populated from a "UNIQUE" select statement would solve one problem.

To search for the name of a manufacturer a text box can be used to assign a variable with which to search the name column, dont forget to add % to the beginning and end of the search criterea.

BTW Access and ASP will do this very easily for you.

Cheech [Peace][Pipe]
The secret of life is honesty and fair dealing. If you can fake that, you've got it made.
Groucho Marx (1895-1977)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top