Search results

  1. D

    Front End Corrupting

    I have a database which about 10 people use pretty much all day. It's set up so it uses a front end and a back end, and i had both the front end and backend on the server until recently. Half the people are using it directly and the other half are using it via Citrix. Problem is the front end...
  2. D

    Sendobject is freaking me out!!!

    This is very weird! Here is my code: Dim strEmailAdd, strBody, strSubject As String strBody = "The following is your username" strEmailAdd = "test@somewhere.com.au" strSubject = "Database" DoCmd.SendObject , , , strEmailAdd, , , strSubject, strBody, False With strBody...
  3. D

    Database across Multiple Sites

    Hi All, The company I work for has three sites, two close together and the other one half way across the country, each with their own server. Is it possible to have a database that can be used across all three sites? They need to access the same data, so I can't have seperate DB's. Any help...
Top Bottom