How can I display a form from AccessVBA [view only not active]

B

BradC

I have MSAccess VBA program and want to display some of the forms on a FP
website so customers can see the various uses and how to do tasks within.
[Like a tutorial or show me how to do]. Can this be done? How? And is there
a good book out on this type of development for a new unskilled novice like
myself?
 
M

Mike Mueller

Access Forms will only work inside of Access- they can not be ported over to
applications or to the web.

What you can do for a tutorial is take screen shots of the forms and then
make an image file which can then be brought into the web and displayed on
the page as an image.

To demo a Form, just create a form and try to style it as best you can to
mimick the Access Form
 
Top