Hello everyone,
We have two offices which are connected via WAN (w/QOS).
Each of us has a Cisco Call Manager system. Since we are in different geographical areas, what extra hardware would be needed for us to route a few calls to their CM if the call is local to them and vise versa?
I...
Greetings:
I have installed the latest version of the x64 HP2300DTN printer driver on our Win2k3 x64 version SP1 server. When I try to print directly from the server, the test page has black bars where the words and logo would normally appear. When I install the x86 driver and load the...
I have a DI524 connected to my home network. My computer on the network has dialup modem connection with Internet Connection Sharing. If I manually set the DNS on my wireless device to my ISP's DNS server and not use DHCP, it works fine.
I would like to use DHCP, but my router uses its own...
I hope this message relates enough to the topic..
Does anyone know the names of the Created, Modified, and Date Complete fields? I am using access to pull data from Outlook, and most of the fields are working, but the date fields I cannot find the correct itm names.
I have tried several...
If you are using Active Directory, you can change their profile path in the Terminal Services Profile tab.
At their next logon/logoff the profile will save at the new location. You will have to manually delete the profiles from the C: drive after they are all copied.
Eric
Ken,
This one worked:
INSERT INTO Software ( App, PC )
VALUES ("Microsoft Office 2003***", Forms!Computers2!Serialno);
How can I add multiple rows at a time?
I tried to copy/paste the commands but the query only works from one INSERT INTO statement.
Ken,
I also tried this, and it says the number of query values and destination values are not the same.
INSERT INTO Software (Software.App,Software.PC)
VALUES (["Microsoft Office 2003***"]),( [Forms!Computers2!Serialno])
Ken,
This is what I am trying to do via query.
INSERT INTO Software [Software.App] = "Microsoft Office 2003***",[ Software.PC] = Forms!Computers2!Serialno;
Software is the table in my subform
App is the software name
PC is the serial number
My form is Computers2, and SerialNo is what I...
I have a form, and subform. The form has computer equpt. information, including serial #. The subform has a list of software installed on each computer, linked by the serial#.
I would like to use a macro button on the form, to add some "default" software to the subform. How can this be done? I...
I have Adobe 5 Full version, and Word 2003. I created a document in Word, exported it to PDF format, and created the fields, so users can fill in the form on their computer.
Now, I need to ADD some text to the form. I cannot figure out how through Adobe 5, and if I use Word, all the fields I...
I am getting a Compile/Syntax error on the line that starts with DblRetValue =
Can someone view my above code and tell me what may be wrong? There is no other error than the above.
Well, I thought I had it. The line where the shell command is, is giving me a Compile error / syntax error. What am I doing wrong? All the fields I want are there, as I can see their values in the msgbox that pops up when I click the button.
Private Sub PrinterID2_AfterUpdate()
Me.PID =...
I have this working, somewhat. I need one more value. The value I need is in the table that I am pulling the Printer1 from. How can I obtain this?
Table CitrixPrinters
Field = Printer1
Field = PCName
My combo box lists all Printer1 values for the table. Once I select the value, I need the...
I don't want the literal text Printer1, just the field "Printer1" and its value will flow to DOS.
I would like to make a form, with 2 drop down boxes. Each drop down will represent one of the variables. One drop down will have printers, and one will have computers. When I select both, and click...
In your example, would Param1 and Param2 be my field names?
My fields are Printer1 and Computer1, and I would like those values to be in %1 and %2, respectively.
Is there a way to process a DOS command (a batch file) from an Access form? I would like to create a command button to process a batch file, but need 2 variables from the form included, so when I run batch.bat %1 %2, the variables are carried from access to DOS and the command runs.
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.