How to set up a development environment in MS Access

前端 未结 8 1758
别跟我提以往
别跟我提以往 2021-01-31 23:14

I have created an MS Access 2003 application, set up as a split front-end/back-end configuration, with a user group of about five people. The front end .mdb sits on a network fi

8条回答
  •  野趣味
    野趣味 (楼主)
    2021-02-01 00:01

    There are two rules for developing against live data

    The first rule is . . . never develop against live data. Not ever.

    The second rule is . . .never develop against live data. Not ever.

    You can programatically change the bindings for linked tables, so you can write a macro to change your links when you're deploying a new version.

    The application is slow because it's MS Access, and it doesn't like many concurrent users (where many is any number > 1).

提交回复
热议问题