Search results

  1. P

    Error after uploading DB to shared drive

    I think we need to take a step back, so why are you trying to change the permission? What happened to linking your FE to you BE on the shared drive? Some1 else might be able to better assist you with this.
  2. P

    Question converting db

    Here is the info for Access 2007. I would think for Access 2010 it is similar. http://office.microsoft.com/en-us/access-help/convert-a-database-to-the-access-2007-file-format-HA010048406.aspx#BM2
  3. P

    Error after uploading DB to shared drive

    Can you tell us which version of Access are you using? It seems like you are using earlier version of access if you are working with mdb. If you are using Access 2007, you should convert your file to the new format accdb. Also, it seems like the problem might be your Access setting (I recall...
  4. P

    My Database crashes many times!! :(

    Here is a bit more about how to split your database into front end and back end. http://www.databasedev.co.uk/split_a_database.html Some more hints: Split the database. Place the back end (the one with all the tables) on to the shared drive, and front end to your desktop. The front end...
  5. P

    My Database crashes many times!! :(

    Re: Database crashes many times :(--Please help!! There is something with your attitude that I am sure is the reason why people are not replying. Frankly, I believe a solution has already been posted. Sorry if you don't have the time to read it.
  6. P

    save to reports to file using vba

    Hi, I am new here, but here is what I used to output to pdf file. Using Access 2007 here. Dim OutPDFName As String DoCmd.OutputTo acOutputReport, "ReportNAme", acFormatPDF, "FileName", True
Back
Top Bottom