Create Search Function in Access Data Page

  • Thread starter Thread starter AccessWannaBe
  • Start date Start date
A

AccessWannaBe

How do I create a search function in an access data page? Is anyone
familiar with how to make a call to a specific record in an access
database via HTML? I am using PHP to render webpages for specific
data.
Thanks.
 
I think the problem is that you are trying to use HTML like a
programming language and it is really a markup language. I don't think
there is a way to 'call' a specific record using HTML. You can export
the Access table which will be converted to HTML format and create a
data access page for the web. I don't know if this helps. Nice.
 
You know what? I am feelin' you on that one, Glen. I figured as much.
But, you know how we roll!
Word!
 
Back
Top