|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
#1 |
|
Member (8 bit)
Join Date: Feb 2001
Location: Tennessee
Posts: 204
|
I've done Access Databases with VBA interfaces for quiet some time but I'm just now getting involved in converting them to HTML files. Everything seems to work well with tables, forms, queries, ect.. The problem I'm having is with Queries where you have to input variable data (ie. "Start Date" - "End Date"). Am I correct to assume that HTML will not handle this? Queries that are fixed with no variable data seem to work fine. Thanks!!
|
|
|
|
|
|
#2 |
|
Professional gadfly
|
Correct: plain-jane HTML will do you no good when you need to use parametized queries. You will need to use something like ASP or PHP do accept user input through a web page to generate the query results. That is how forums like this one work: you'll notice in the address bar that a postid or threadid is passed to the server where a query is run, generating the forum threads and messages.
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|