how can i convert a complicated form done by access to be web ena.

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

Guest

i have made a complicated form by access
full of validation..etc
i want to make it web enabled
but the classic way (Save as ..) dose not work
is there anoter way ?
 
The quick answer is No.

Web forms use a rather different set of controls from Windows forms -
often, even if the controls look similar, there are significant
differences in their operations.
In addition, the whole concept of Access data-binding, where there is pretty
constant communication between the data source and the front-end, doesn't
work well on the Web, which is an upload - download architecture.

If you simply need to share this form with colleagues on the same network,
you don't need to Web enable it.
If your application is to be shared over an internal WAN, you could look
into Terminal Services solutions.
But if you really need to put it on the Web, you're looking at a rewrite.

HTH
 
Dear MacDermott ,
I need to make my form web enabled
it includes 9 tabs and mane fields with validations
so , there is no way to convert it to make it web enable ?
thanks
fahad :)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top