Search results

  1. O

    Lost installation disk

    Hi, AccessBlaster! Thanks for responding! I don't have the original restore disk or the Win7 and Office 2013 installation disks. I am worried that something will happen and I won't be able to re-install either. I also occasionally run into situations that require one of the installation disks to...
  2. O

    Does sending an email trigger an event?

    Hi, Uncle Gizmo! Thanks for responding! The code I posted above is from a command button on frmInvoice which opens rptInvoice in Print Preview. The user then has the option to print the report, email it or click on Close to return to frmInvoice. After printing or emailing it returns to Print...
  3. O

    Lost installation disk

    Thanks for replying again, AccessBlaster! I'm sorry, it is a: Model nc6400 Notebook PC S/N MXL7110RCX P/N EH522AV
  4. O

    Lost installation disk

    Thanks for replying, AccessBlaster! I'm not sure how old the laptop is, since it was donated to me. I think it is probably more than five years old. But, it was obviously manufactured after the bios date of 09/05/2007. The hard drive was formatted and the operating system (Win7) was installed on...
  5. O

    Does sending an email trigger an event?

    Actually my code only calls the preview of a report, where the user has the option to print or send an email. I only want to set the flag when he/she elects to send an email. But just in case you still need it: DoCmd.RefreshRecord DoCmd.Save acForm, "frmInvoice" DoCmd.OpenReport...
  6. O

    Does sending an email trigger an event?

    Hi all, Many thanks again for all the kind and helpful responses to my many questions! I have yet another. I would like to set a flag when a report gets emailed. Is this possible?
  7. O

    Backup code getting "Permission denied" error

    Thanks so much, vbaInet! I have wanted to split my databases for some time, since I know many of the advantages of doing so. But, I really did not know it could be done manually, in spite of many searches. Thanks to your post with its helpful link, I have done so now with one of my databases and...
  8. O

    Lost installation disk

    Thanks for responding vbaInet! To quote myself "is there any remedy, other than repurchasing the software?"
  9. O

    Lost installation disk

    Hi all, As you can see from the title, I have lost my installation disk. :o I'm afraid I know the answer to this question, but is there any remedy, other than repurchasing the software? Obviously I didn't make a backup. :o :o
  10. O

    Backup code getting "Permission denied" error

    Thanks, vbaInet, for your response and good advice! But, as I said before, splitting the database is not an option for me. My wife misplaced our installation disk and the option for splitting is an uninstalled add-in.
  11. O

    Backup code getting "Permission denied" error

    Thanks, vbaInet for your response! I read your post very carefully, but splitting my database isn't really an option for me unless you can direct me to instructions to do it manually. You are wrong about one thing though. Access does allow backinging up the database through the use of the...
  12. O

    Backup code getting "Permission denied" error

    Thanks, jdraw and Uncle Gizmo for your responses! I did try a new DB and unfortunately it did not work. I have however found a rather painful solution. On a hunch, inspired by a post by jdraw, I tried the code from a different Windows profile. In short it worked! Now I just have to redo a lot of...
  13. O

    Backup code getting "Permission denied" error

    Thanks again vbaInet! Unfortunately, I don't have a split db, so I am the only user.
  14. O

    Backup code getting "Permission denied" error

    Thanks for responding vbaInet! I have tried plugging in an exact path ("C:\Users\OBBurton\Documents\Backups\OLB_Products.accdb") and I still get the Permission Denied" error message.
  15. O

    Backup code getting "Permission denied" error

    Thanks, Uncle Gizmo! Originally it was on a Microsoft OneDrive folder, but I tried putting it on my local hard drive and still got the "Permission Denied." error. I am the administrator on the machine, but that and $4.00 will get you a nice cup of coffee at Starbucks, but not necessarily...
  16. O

    Crosstab query crashing/ Too complex?

    Thanks, JHB for responding! I tried that, but still got the error. I solved the problem, thanks to an excellent video by Mike Alexander, suggested by Geotch. I'll be unlikely to do another crosstab query with the wizard again! Best wishes!
  17. O

    Crosstab query crashing/ Too complex?

    Thanks for responding, Geotch! I really appreciate it! I learned a lot from this video. I'll probably never use the crosstab query wizard again!
  18. O

    Backup code getting "Permission denied" error

    Thanks for responding, spikepl! I do appreciate it, but I tried changing the path to an existing backups folder and still got a "Permission Denied" error.
  19. O

    Backup code getting "Permission denied" error

    Thanks for responding, Uncle Gizmo! I had thought of that and added the folder after I last posted. I created the folder in great hopes that it would now work, but alas, it was not to be. I even changed the name to "Backups" thinking that the spaces might be causing the problem, but it was still...
  20. O

    Backup code getting "Permission denied" error

    Hi, I got these three code routines for backing up an Access database file from two different forums. I installed them as is, on a test database, creating command buttons for each. The test database is not password protected. I intend (if I can get one of these working) to install it on simple...
Back
Top Bottom