Search results

  1. A

    Password Protected

    Can I email the database directly to you and you can help me. There are no records in the database so no privacy can be compromised.
  2. A

    Password Protected

    I can upload two of my databases to prove I am a genuine database developer? One of them will be password protected.
  3. A

    Password Protected

    Hi there, I have lost my records and thus my list of passwords = a bit of a disaster. Is there any way I can get around the password to reset them? When I click on the database file it goes straight to the password prompt box. Please can anyone help?
  4. A

    Trust Centre

    Thanks all for your input. Will try out your suggestions
  5. A

    Trust Centre

    Hi, I have created a database and saved it to c:\Database\filename, using the full access 2007 version. I have made c:\Database a Trusted Centre. I then copied the database onto my thumb drive (I:\Database\filename) and made this a trusted cenre. I then added the Runtime version of...
  6. A

    Vba code for backup issue

    I've done it!!!:D For all you non programmers out there (including myself) To get a database to backup onto your c:\ drive 1. In Forms, Design View Create a button. 2. Select Properties for the button, and under the "Other" Tab in "Name" type Backup 3. Select "On Click" 4. Select "Code...
  7. A

    Vba code for backup issue

    I have the following code. I am not a programmer, so go easy on me! I am trying to put a button on a form that the user clicks, and a copy of the database is made to c:\Documents And Settings\My Documents. Do I have to have Private Sub in front of the code, and End Sub at the bottom of the...
  8. A

    Save Database

    Hi Rain, Thank you, I downloaded your file and just got runtime errors. I am not looking for anything complicated, I just want to have a button which the user clicks, and it saves the current database (d:\Sudweeks) to c:\Documents and Settings\My Documents I am hoping you can help me with...
  9. A

    Save Database

    Hi Rain, When I click on the link to your secret code, it opens up Windows Live, and gives me the following message: This item might have been deleted, expired or you might not have permission to access it. Contact the owner of this item for more information. More information So I can't...
  10. A

    Save Database

    I want to backup a database called Sudweeks. Sudweeks is on a USB stick because it goes between two computers, one on site and one off site. I want to backup onto the hard drive of each computer on exiting the database to : C:\Documents And Settings\My Documents\Sudweeks. I have made the...
  11. A

    Vba code for backup issue

    I found your thread and am having a similar problem. I have written the code, but when I click on the "Backup Button" nothing happens, I don't even get an error. This is what I have written Function BACKUPS() Dim fso As Object Dim sSourcePath As String Dim sSourceFile As String Dim...
  12. A

    Save Database

    i would like to save the the entire database. I have tried to set a macro with the Save As command, but it doesn't like that.
  13. A

    Save Database

    I am looking to make a copy as a backup
  14. A

    Password

    I do not know how to compile a mde/accde. Can you give me some pointers, or give me a link to a tutorial?
  15. A

    Save Database

    I am looking to make a copy as a backup
  16. A

    Control source or default?

    I have field in a form called MedicareNo, based on a table (Appointments Table) where I have set the control source to a query. The entry is =[Appointments Medicare Query]![Patient Details Table.MedicareNo] When this returned a #Name? error, I changed the control source to MedicareNo and put the...
  17. A

    Password

    :confused:How do I put a password onto a database?
  18. A

    Save Database

    Hi, Does anyone know how to write a macro that saves a database to c:\My Documents\filename on exit.
  19. A

    Reset Auto Number

    Hi Rain, Can you describe what you mean by DMax plus 1? Thanks
  20. A

    Text Box Troubles

    I have a large text box field in a form where I want to be able to put paragraphs, however, as soon as I press enter, it moves to the next tab index. How can I put paragraphs in a text box field:banghead:
Back
Top Bottom