NtrOP
As well as the ADSL router, we are using a PDS 500 series firewall.
Have since found out that this device will do DHCP (it wasn't mentioned in the documentation).
Also discovered the 'netsh' command. With a bit of work this also allows the desired result to be achieved.
Many thanks.
I have a laptop configured for the office domain. IE I have the following settings;
Automatically assigned IP and DNS settings.
Proxy server settings are enabled and fixed.
I need to configure the laptop to work with an ADSL router as well. Therefore I need to change to a static IP with a sub...
Try cutting and pasting this SQL statement:
SELECT costs.Category, costs.Action, costs.Type, costs.[sub type], *
FROM costs
WHERE (((costs.Category) Like IIf([Forms]![Search Forms]![Category]<>"",[Forms]![Search Forms]![Category],"*")) AND ((costs.Action) Like...
Assuming that this is a standard query (ie written in the query builder and not part of some VBA code), you will need to use the immediate IF (IIF()) statement to test for the presence of a selection in the combo boxes.
To do this you will need to enter the function in the criteria row of the...
Cassandra,
The following code does not seem to have any trouble in identifying bookmarks in headers or footers...
ActiveDocument.Bookmarks("bmFooterAddress").Select
Selection.TypeText frmFax.txFooterAddress
"bmFooterAddress" is the bookmark on the document 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.