Making a Form an Access Page

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

OK, I've designed all my tables, queries, and forms. I've got allmy code
working right, etc. Now, I want to make an access page for the office to
input into my form, and I'd like it to look exactly like the form. I don't
want to redesign the form...

Is there a way to turn a form into an access page? Could I just copy
everything in the form and paste it in the page?

I tried doing a save-as but I get an error--"unable to create the data
access page"

"The file does not exist, or you do not have read access to the file."
 
Forms can be imbedded into dap's BUT remember the access "forms" use VBA but
"DAP's" use VBSCRIPT so it's not a good idea to just cut and paste.

Any subforms will be saved as new pages so you will have to relink them as
in-line frames.

We have a number of DAP's to allow internal company users in Belfast,
Cardiff and Edinburgh onto our system but as we are using winserver to hold
the back end this may not be what you are looking for.

The best place to start would be the main ms site

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnacc2k2/html/ODC_EmbedPage.asp

and then change the vbscript to your needs.

Don't forget to put the reference (frameID locator) in the body html of the
frame

Hope this points you in the right direction
 
Back
Top