This is a simple project really. I have a table that will be uploaded to a webserver once a week. The table simple contains two fields field one: bidnumber field two: lot number. I would like the client to enter in the bidnumber in a search box and query against the table and only output lot number matches for this. On the access side I have this all working correclty. I can query the database and get the appropriate output.
My hang-up being a very, very virgin web developer is, how do you pass a paramter query to actual database and have it return the correct info. I have ran some sample asp "hello world" tutorials, but do not seem to understand how asp treats a parameter query.
I know this is 101 stuff and it is probably somewhere written down, but I am under a time crunch and at the point that it is easier to ask then to learn.
Thanks in advance
My hang-up being a very, very virgin web developer is, how do you pass a paramter query to actual database and have it return the correct info. I have ran some sample asp "hello world" tutorials, but do not seem to understand how asp treats a parameter query.
I know this is 101 stuff and it is probably somewhere written down, but I am under a time crunch and at the point that it is easier to ask then to learn.
Thanks in advance