Not sure if this is the correct location but it seems to fit.
A standard DEll desktop machine we use has a requirement for two keyboards/mice to allow two users on opposite sides of a desk to make use of it without moving.
It is running windows xp and as far as I am aware I should just plug...
I have made progress on this:
I have a query:
SELECT [PCAlist].[nameandemail] AS nameandemail
FROM PCAlist
WHERE [PCAlist].[clientid]=[FORMS]![Calls]![call_clientID];
that returns the value shown on the form but i cannot get it to display in the list box the results returned from the query...
I am sure this has been covered before but I can't get to the bottom of my problem:
I have a form showing some client details:
I have a table (clients) holding client names (client_name) and unique id (client_ID)
I have another table (pcalist) that hold a list of contacts for those clients...
I have a form that displays a list of records from a table.
Based on the entry in one of the fields I want to set the bgcolor of that specific field to either red or green.
the code i am using is:
If Call_Status = "open" Then
Call_Status.BackColor = vbRed
Else: Call_Status.BackColor =...
Background:
Our exchange server died last week, so I restored it tour spare server. initially to save time I only did private mail. That worked fine.
I have now pulled across the public folders. One of which is a calendar folder holding items for all users in the office.
This came across...
I have been asked to upgrade our main exchange 5.5 server to 2000. That is simple enough. However we have two 5.5 servers in our system. The second one is integral to our voicemail system which does not work with exchange 2000.
currently this server replicates with the main server.
I plan to...
I am fairly new at this and am trying to do the following.
1. select a range of text
2. delete any cells in that selection that contain text that has the strikethrough property as true.
I can do the second bit on a singl cell easily enough with
Sub Macro2()
If...
Strange problem,
we have a windows 2000 server running terminal services and one user seems to every few weeks cause the server to hang when opening a word document(office 2000). The problem tends to go as follows:
1. User opens word document
2. Word and any other office application except...
you need to check the registry on the IIS machine, the following section:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MSExchangeWEB\Parameters
has a key for the server name, you need to set this to the name of the exchange server.
check out Q 173899 and Q244850 on the MS...
Right first the basics:
We are running Exchange 5.5 sp4 on a win2k server. The servers is sending mail using DNS - we are running DNS on an NT4 server that also acts as the default gateway for the win2k machine and routes the email out onto the internet.
Essentially the problem is that one of...
is there anyway (reg hack presumably) that you can turn off the annoying security warning in the version of outlook 2002 which means whenever you try to send email directly from another programme it gives a warning message saying do you want it to happen.
We have an automated run from a...
I am attempting to set up a new copy of 5.5 on a windows 2000 server but am unable to create the IMS connector. I keep getting problems with the DNS setup on the windows 2000 box.
I am already running DNS on our network via an NT4 box and do not want to set it all up again on a new one. I...
I am creating a basic call loggin app and need to get users to log in to it.
I have a users table in an access 2000 db. I want to get people to log in to the db with UN/PW supplied by me. I can find lots of info about accessing a pw protected db but little about directly querying a table to...
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.