Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. BrianBurgit

    How to email a shortcut

    Ah, yes, that solved it, thank you
  2. BrianBurgit

    How to email a shortcut

    Yes I did. I was hoping that the icon would somehow be attached to the shortcut, so that I would not have to instruct the user on where to save the icon file and how to assign it to the shortcut. Guess there's no way around not doing that.
  3. BrianBurgit

    How to email a shortcut

    I have created a shortcut that has a custom made icon and links to a URL. It works fine from my desktop. I'd like to be able to email it to someone and have them save it to their desktop, having it look and work just like it does on my desktop. If I include the shortcut as an attachment, then...
  4. BrianBurgit

    Cause of Access 2003 crashes

    Thanks genomon. My front end had Open Databases Using Record-Level Locking checked, and I suspect other do as well. I'll make those changes and see how it goes. Thanks.
  5. BrianBurgit

    Cause of Access 2003 crashes

    I need some help finding the cause of frequent crashes in Access 2003. I have a fairly complicated application that has a front end running on each user’s PC and a back end running on a shared network drive. I only have about 10 users. Most of these users experience multiple crashes of the...
  6. BrianBurgit

    Access 2003 send report as the body of an email, not an attachment

    Hello, I am using Access 2003 and Outlook 2003 and am trying to send a report in an email. I want the report to appear in the body of the email, not as an attachment. My code looks like this DoCmd.SendObject acSendReport, "Report1", acFormatHTML, "user@domain.com", , , "Testing" The email...
  7. BrianBurgit

    Need opinions on Access 97 to 2007 migration

    Thanks for the advice Hap007. I'm in the process of testing a conversion to 2003 instead of 2007. 2003 definitely performs better and the conversion had less issues. And everyone here already has Office 2003, whereas I'd need to upgrade most people to 2007. So, 2003 looks like where I'll end...
  8. BrianBurgit

    Need opinions on Access 97 to 2007 migration

    My machine has 4GB of memory. I am now trying a conversion to 2003, we'll see what the results are. The database is about 350mb back end, and 200mb front end, does not grow quickly. Good thought about DAO, I will need to investigate that. Thanks for the ideas.
  9. BrianBurgit

    Need opinions on Access 97 to 2007 migration

    Thanks for the feedback Steve. We're not in a position to consider design changes at this time. Long term stratgey is to build a new .NET application to replace Access, but cuts in IT department and slow business means this will not happen any time soon. Therefore, I'm hoping to upgrade to...
  10. BrianBurgit

    Need opinions on Access 97 to 2007 migration

    We have an Access 97 database application that is the heart of our business. 20 users. I inherited this system when I started working here 5 years ago. I’m considering upgrading to Access 2007, but my testing so far of the conversion has resulted in noticeably slower performance with 2007. If...
  11. BrianBurgit

    You do not have exclusive access to the database

    Well I started from scratch and converted the front and back ends again and all seems to be working so far. Thanks for the suggestions everyone.
  12. BrianBurgit

    You do not have exclusive access to the database

    Thanks for the advice Hap007, I will try that.
  13. BrianBurgit

    You do not have exclusive access to the database

    Yes, all Forms are closed. I will try the decompile and see what happens.
  14. BrianBurgit

    You do not have exclusive access to the database

    Thanks, checked that, there are no lock files hanging around.
  15. BrianBurgit

    You do not have exclusive access to the database

    I have an Access 2007 database that is built as a front end and back end. It was converted from an Access 97 database. I am running into the “You do not have exclusive access to the database at this time…” message any time I try to open a Form in design mode. I am the only person using the...
  16. BrianBurgit

    Can emails sent via my app appear in Outlook Sent Items?

    Hi everyone, I hope this is the correct forum, if not please point me in the right direction. I have a VB.NET application that sends email. Is it possible to have those emails show up in my Sent Items in Outlook? Thanks, Brian
  17. BrianBurgit

    AJAX Hover Menu problem

    Here is a link to the page http://www.s314179143.onlinehome.us/Index.aspx Here is the page source - note that the code I posted earlier was just a small sample of the entire page. Also, this is the page as I have originally built it, without the div display:none or asp:panel visible = false...
  18. BrianBurgit

    AJAX Hover Menu problem

    I have code like this and have tried display:none on the <div> and visible=false on the asp:panel. They do not flash on the screen when I do this, but then they do not become visible when the target control is hovered over. What would make them visible again when they need to be...

Part and Inventory Search

Back
Top