Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

using form design in data access web page

Status
Not open for further replies.

vdubill

MIS
Dec 5, 2006
11
0
0
US
Hello,

I have a form that I am using to populate a local table in my database. Is there anyway to take that form and all of basically stick it in one of these data access pages for use on the web.

thanks
 
If you want it to be editable - no. Why don't you just build it in the Page object?
Now I'm going to assume by your post you are just populating one table. So when you build your DAP (data access page), be sure to place the primary key on the DAP or you won't be able to edit it.
Remember, DAP's are WEB pages, not forms. They DO NOT reside in Access. They are .htm files OUTSIDE of Access. You are coding in the INTERNET EXPLORER environment, NOT access.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top