I have just installed a Windows 2K3 Server in a school with a 15 node Mac lab running 9.2.
I installed File Services for Macintosh but am unable to get any of the Macs to load the UAM volume to update the AppleShare
The server appears in the Chooser but when selected returns the message...
When sending the message to one recipient I'm using the code:
Private Sub EnableEmail()
' Update the email button
On Error Resume Next
cmdEmail.HyperlinkAddress = "mailto: " & Me!EmailAddress
End Sub
I think I need to create a string of addresses in something I can call...
I've read through several posts on this topic but none seemed to answer my question exactly. I'm new to Access and need "exact"
I want to (from a command button) start an e-mail to all the e-mail addresses in a query.
For example, I have a query named newStudents which selects all...
Sorry, I'm new to Access. I did mean table - but regardless the column property only works in macros and vb. I probably broke several other design rules but I got it to do basically want I want by changing the bound column to the second column.
I'm sorry for the delay in responding...
The column property is not available in Design view. However, at least I understand now why it's showing the ids.
Any other ideas?
Eupher,
Once I make a selection in classTypeCombo it should stay selected unless I change the divisionCombo. For example, if I select "DivisionA" and my choices in classTypeCombo are "TypeA1", "TypeA2", etc. I want to be able to make a selection, go on to the...
In a question somewhat related to my previous post...
In a table named schedule I have two combo boxes named divivionCombo and classtypeCombo
Here's my record source for divisionCombo:
SELECT [divisionID], [divisionName] FROM Division ORDER BY [divisionName]
and for classTypeCombo:
SELECT...
I have two combo boxes,divisionCombo and classTypeCombo, on a multi record form named schedules
I am trying (as many other newbies before me have) to have the contents of the classCombo based upon the selection made in divCombo.
Here's my record source for divisionCombo:
SELECT [divisionID]...
I figured this one out - after a restart the databases opened without error. The error message above began only after opening MS Outlook, then Access
I reinstalled MS Outlook - loading everything, not just the typical - and it now works fine. No idea which of the components actually fixed the...
On a W2KPro SP3 box, running MS Office 2K, SP3 a user cannot open any database without getting the following error message:
"A problem occurred while Microsoft Access was
communicating with the OLE Server"
The message is received even if you open a new blank database. The databases...
Access Newbie - Here's my problem:
I need to import a CSV file into Access 2K, modify the fields (for example - concatenate the fields firstName and lastName into "CommonName=firstName(space)lastName..." and place the modified data into a field in a different table) and then export...
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.