Hello,
Converted a database made in 97 to 2007 and created a runtime version of it. The degault open mode is set to exclusive but the runtime version allows multiple users to open it and make changes to it. Is there any way of allowing just one user to access it at a time?
Thanks in advance.
that is what it does when i try with access 97, when it gets converted to 2007 it pops up the message that sentobject isn't available now.
i would like to get it working on 2007 so i make runtime versions of it
putting the email in as an arguement gives a compile error.
the button opens up a notes memo with the rtf as an attachment, the message, and a blank email field
Hello Leslie,
That's the code behind the button. Thanks for your help.
Private Sub Mail_Report_Click()
On Error GoTo Err_Mail_Report_Click
Dim stDocName As String
Dim WorkorderID As String
Forms!OrderEntry!WorkorderID.SetFocus
WorkorderID =...
Sorry, I am new to Access. I have a database done in Access 97 and have opened it with Access 2007. It seems as if there were no errors from the conversion.
The problem:
There was a function on the form to set up an email on lotus notes with an attachment. After the conversion, when you hit...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.