I happened to install Outlook 2000 on a machine here at work and set it for Email Only during the installation setup. We used to use an exchange server, and we no longer do, the mailboxes and address books have all been exported to files. This employee got a new computer, so I loaded him up with...
I have a form, with a list box. The user selcts various items from the list. I want to print a report based on the users selections. So far I have this:Private Sub OpenSchedule_Click()
On Error GoTo Err_OpenSchedule_Click
txtSeeValue.Value = ""
Dim intCurrentRow As Integer
For intCurrentRow =...
Read through http://www.tek-tips.com/viewthread.cfm?qid=1199817&page=1 and found an answer I needed. I was doing something similar in my form. I did get one oddity. My form loads and queries a table to populate comboTermFinalCheck.
SELECT tblPAY_EMPLOYEES_Extension_UserCode12.ID...
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.