Results 1 to 5 of 5

Thread: [RESOLVED] help with splitting back end/front end

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Feb 2008
    Location
    Botswana
    Posts
    107

    Resolved [RESOLVED] help with splitting back end/front end

    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
    I am using Microsoft Visual Basic 2008 Express Edition. I use Access for my data base

  2. #2

    Thread Starter
    Lively Member
    Join Date
    Feb 2008
    Location
    Botswana
    Posts
    107

    Re: help with splitting back end/front end

    oh, i should metion ive created the survey in microsoft access 2003. thanks
    I am using Microsoft Visual Basic 2008 Express Edition. I use Access for my data base

  3. #3
    Don't Panic! Ecniv's Avatar
    Join Date
    Nov 2000
    Location
    Amsterdam...
    Posts
    5,343

    Re: help with splitting back end/front end

    Create a new mdb - call it frontend.mdb
    Create a new mdb - call it thetables.mdb


    Ensure that the back end mdb is in the shared folder that all users have read write access to

    Open the back end db
    Import the tables

    Open the front end db
    import your code, queries, forms, reports
    File> get external data > link tables
    Pick the back end mdb, highlight all tables
    Link

    Runn your front end to confirm it all works.

    Post back if not.

    BOFH Now, BOFH Past, Information on duplicates

    Feeling like a fly on the inside of a closed window (Thunk!)
    If I post a lot, it is because I am bored at work! ;D Or stuck...
    * Anything I post can be only my opinion. Advice etc is up to you to persue...

  4. #4
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: help with splitting back end/front end

    Your signature indicates you are using VB.NET, so why are you using Access for a front end?

    Access should be doing absolutely nothing but holding your data. Everything else should be done via VB.NET

  5. #5

    Thread Starter
    Lively Member
    Join Date
    Feb 2008
    Location
    Botswana
    Posts
    107

    Re: help with splitting back end/front end

    yeah, im doing a side project in access using vba (sorry, was on vacation. just saw the post)
    I am using Microsoft Visual Basic 2008 Express Edition. I use Access for my data base

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width