Print Access Form through search string in web (1 Viewer)

karthikcoep

Registered User.
Local time
Today, 20:21
Joined
Mar 4, 2009
Messages
40
I have an access database with a table and a form.
I would like a webpage which will contain a textbox for searching the primary key of the table.
When the user at the frontend hits the command button("Print") after entering the search query, I would like to print the form as it would have printed if the same search string would have been entered by the user in the form searchbar.

Hope i make my question clear.
 

Atomic Shrimp

Humanoid lifeform
Local time
Today, 15:51
Joined
Jun 16, 2000
Messages
1,954
From where do you need this web page to be accessible? Are you talking about letting your users access your database from anywhere on the web?
 

karthikcoep

Registered User.
Local time
Today, 20:21
Joined
Mar 4, 2009
Messages
40
I want the web page to be accessible over the local intranet. i have my website in wwwroot directory.
 

Atomic Shrimp

Humanoid lifeform
Local time
Today, 15:51
Joined
Jun 16, 2000
Messages
1,954
What version of Access do you have? Versions from 2000 to 2003 support Data Access Pages, which might do what you want.

Otherwise, the choices include:
Develop something yourself using ASP, PHP, Visual Studio.net etc
Use a third party database web tool (discussed in the next thread down from yours in this forum)
 

Users who are viewing this thread

Top Bottom