Search results

  1. L

    ODBC over Network

    Hi! I was using a front end/back end in access over a network, around 100 users conected to the same access back end, each one wtih a copy of the front end localy. Now ive started to migrate the back end to Mysql, it's all set up, i connected the front end trough ODBC all works well on my...
  2. L

    Multiple users editing records

    here's my problem: I have an access db that is used by aprox 20 users, this db is devided in FE and BE each user has his own copy of the FE. The idea of this DB is that each user can work records from a table, so a user will open the db and get a record, finish working with it and get a new...
  3. L

    New records in form

    Hi! i have an access database where users use a form to input data into the DB. when a user insert a new record after some validation the code i use to move to the new record is: DoCmd.GoToRecord , , acNewRec this works fine whith a single user, but when more users start to use the same form...
Back
Top Bottom