I have a robust Ms Access application, which I want to use as a the back-end. I have no issue in writing the presentation layer with WIX, including validations. . But, I need to know if I can interface forms created in WIX with Ms Access in both directions.
From WIX to Ms Access send users data forms.
From Ms Access to WIX, return Warning and Error messages.
Hey,
You can use HTTP functions to send and post information from / to your Wix site. Check out this article .
Good luck!
Tal.
Thanks I will try