custom controls in data access page

E

eswar

hi all,
i got a situation. i have save the main switchboard of my project as DATA
ACCESS PAGE. the buttons in that are not working when i open it in internet
explorer. somebody pl solve this problem

thnx & reg
-eswar
 
S

Sylvain Lafontaine

Access doesn't translate your VBA code into Javascript suitable for an HTML
page when you save a form as DAP; you must do it yourself and that require
some technical knowledge about HTML and Javascript/VBScript. Not an easy
task for a beginner.

S. L.
 
Top