dreamdelerium
Registered User.
- Local time
- Today, 04:22
- Joined
- Aug 24, 2007
- Messages
- 88
hey everyone, i have a question about splitting an access db into front end and back end. ive never done this before and just wanted to ask some questions. heres what im doing:
ive created a survey (7 forms, each form has about 3-5 tabs, each tab with 10-30 questions). the purpose of the tool is to collect all the date, prevent incorrect responses, and "clean" the data thats going to be stored. the peole filling out the survey's will have the hand written surveys and will input the responses into the db. there will be about 3-5 people doing this at any one time plus anyone should be able to access the project to view the data.
on a design level, i enter all the data and retrieve/display all the data using sql statements (ie, when the user click the save button it runs the docmd.runsql statement.) to store the data. how do i split the database and run an sql statement to store the data not in the local tables but on the server?
thanks for all your help
jason
ive created a survey (7 forms, each form has about 3-5 tabs, each tab with 10-30 questions). the purpose of the tool is to collect all the date, prevent incorrect responses, and "clean" the data thats going to be stored. the peole filling out the survey's will have the hand written surveys and will input the responses into the db. there will be about 3-5 people doing this at any one time plus anyone should be able to access the project to view the data.
on a design level, i enter all the data and retrieve/display all the data using sql statements (ie, when the user click the save button it runs the docmd.runsql statement.) to store the data. how do i split the database and run an sql statement to store the data not in the local tables but on the server?
thanks for all your help
jason