OK, I am sure its an easy one but I have been staring at it for a while.
I have a simple HTML page with a table used to create the main "site".
I have a database with 7 fields, and works fine. I have ny queries built and they work great. I can get the data out of my database (using 2 different drop down lists and text searches) and display in the format I want but here is where I am stumped.
I want to use these search button to fill in the contents of a cell in the main table.
IE, there is a header tot he table, a left hand column (menu, etc) and in that column there is two possible searches. clicking teh search button on either should return the data to the area to the right of the column.
Pretty simple, right?
I am stumped. I have always just called a differnt page and sent the data to it. How do I do this?
Just a pointer in the right direction would help.
Thanks!
-Tony