Anyone know about working with the mouse scroll? In a certain form, I want it to scroll a text box when it's in it. I don't want it scrolling records. I've found articles about turning the mouse scroll off, but I want to tell it work with the textbox when the textbox has the focus.
I'm linking to a SQLbase server table in Access, and I get error 914 (Invalid bind variable) when I try to edit the data. Anyone know how to get rid of or around this?
I'm linking a table through ODBC using a SQLBase server. When I try to edit a field in the table, it gives me error 914 (Invalid bind variable). I have been able to edit some fields in some of the linked tables, but not other fields in the same tables. Anybody know how to get rid of this error...
I found that the "Help" button with SQL errors never explained the code I was getting. I found a site that has a good list of explanations for error codes. Search the number, and you get a good explanation.
http://www.nrr.co.uk/dberror/
http://glowbutton.faithweb.com/downloads.htm has a dll with VB code good for e-mailing without having to use an e-mail program. #7 in the list. Set a reference to the dll and use the following code:
Dim mlr As Mailer.cMail
Set mlr = New Mailer.cMail
mlr.MailServer = <server>...
I'm looking for a way to e-mail from Access2000. Their built-in commands don't work, and Access won't let me use winsock anymore. Anybody know of some free third-party e-mail software to use in Access?
I'm trying to find a good way to send e-mail in Access2000. We were using Winsock, but Access suddenly won't recognize it anymore. The SendObject command is not working for us, either. The error I get with Winsock is 'Object does not support property or method.' I have the OLE Automation and...
I'm trying to find a good way to send e-mail in Access2000. We were using Winsock, but Access suddenly won't recognize it anymore. The SendObject command is not working for us, either. The error I get with Winsock is 'Object does not support property or method.' I have the OLE Automation and...
I'm trying to find a good way to send e-mail in Access2000. We were using Winsock, but Access suddenly won't recognize it anymore. The SendObject command is not working for us, either. The error I get with Winsock is 'Object does not support property or method.' I have the OLE Automation and...
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.