forms to access pages

Humberto

Registered User.
Local time
Today, 03:44
Joined
Jan 8, 2002
Messages
40
Is it possible to convert forms to pages and keep their calculations and settings the same? Help will be appreciated.
 
What do you mean by...

pages? Do you mean convert a form to a printed report, or do you mean something else?

-Curt
 
Sorry for giving vague information. what I mean is convert a from to an Access Page. what I want is to access my database from a browser throw access pages. can it be done? thank you for your response.
 
Data Access Pages do give you the ability to post data to the db through a browser but they are limited in that ability. There is also very little support for them. It seems that very few people are using them as well so forum info is very limited. You don't really convert a form to a DAP but build the DAP as a new entity.

Combo boxes will not work on a DAP (or at least I haven't found a way for them to) so retrieving records gets to be a pain. As far as other controls, you will just have to try them and see if they are available in DAP.

What I am working on is linking the table (coverted to Excel) to a webpage and then adding controls to the web page for data entry / retrieval. We have several sites that do this but the security is very lax so that is what I am working on now.

If you find any good sources for information about DAP's, please post back for the benefit of all.

Autoeng
 

Users who are viewing this thread

Back
Top Bottom