Sponsored White Papers, Webcasts, and Downloads
Additional Resources
- How do I... Fill Word form fields with Access data?
- How do I... Populate Access data with Word fields?Is it possible to create an Access database from data entered into word form fields?Just what I've been trying to do... Now if only I could get it to workI've been using the script below with Office 2003 Professional to send...
- Tags: Word processors, Microsoft Office, Databases, charles.levea@..., Doc, Word.Application, Microsoft Access, Microsoft Word
- Discussion threads 2007-07-11
- Router Log Reports err. What is ?
- I have a symantec firewall vpn router. The log shows the following error every minute.. ERR:message from 24.94.53.9:500, but no connection has been authorized device
- Tags: VPNs, Routers & switches, NETWORKING, Network security, Network technology
- Q&A 2005-10-06
- Diskspace VBScript Help needed
- How do I edit this script so that it will output the diskspace for each computer?To run the script the syntax is cscript diskspace.vbs computernameHere is the code: On Error Resume NextConst CONVERSION_FACTOR = 1048576Const WARNING_THRESHOLD = 100If WScript.Arguments.Count = 0 Then Wscript.Echo "Usage: FirstScript.vbs server1 [server2] [server3] ..." WScript.QuitEnd...
- Tags: computer, Err.Number, keebmachine, Microsoft VBScript, programming, Wscript.Echo Computer
- Q&A 2004-12-10
- Getting 80070003 Error with vbscript
- All --I have a vbscript running in an ASP page that I am trying to get to access a virtual directory in IIS 6. I can get the metapath of the site, but when the script tries to access the virt dir, I get a path can not be found...
- Tags: A1, cmptrwhz, Getting 80070003 Error, Microsoft VBScript, programming, Wscript.Echo
- Q&A 2005-12-13
- EDGEing towards the iPhone
- Network improvements before the iPhone arrives at ATTAre you happy with the ATT Wireless, err, Cingular, err, ATT cellular network, for both data and voice?
- Tags: johnbartley, ATT, Apple iPhone
- Discussion threads 2007-06-05
- Got an error with this script, cannot connect to computer...
- PLEASE HELP!!!The computer list was created manually.'-------------------------------------------------------------------------------' Initialization - Declare variables'-------------------------------------------------------------------------------Dim fsoIn, fsoOutDim inFile, outFileDim arrComputerNamesDim objUserDim strComputerDim newPasswordDim ErrorOccurredConst ForReading = 1Const ForWriting = 2Const ForAppending = 8Const inFilename = "computers.txt"Const outFilename = "ChangePwdcomputers.log"'-------------------------------------------------------------------------------' Main script'-------------------------------------------------------------------------------On Error Resume NextErrorOccurred = False' Insert WARNING here...Msgbox ("WARNING: This script will change...
- Tags: julliadarc@..., strComputer, password, Now & vbTab, newPassword Dim ErrorOccurred Const ForReading, outFile.writeline Now & vbTab, computer
- Discussion threads 2007-06-15
- Attach employee photo to database
- I want to link an employees photo to their record in MSAccess 2000. How can I do this?How to Link a Picture to an Access Form:Use an unbound image frame named: ImageFrameand add a field to your table called ImagePath.To add the picture to a report just use code like...
- Tags: database, dliby@..., ImagePath, Me!, photograph, Picture, software
- Q&A 2004-11-30
- Cannot open xyzcomp.err Advent 7011
- Hi, I'm resetting my computer back to factory settings. I have 3 cd's for doing this. When I put the second cd in, it downloads to about 75% and then I get an error. "Cannot open xyzcomp.err", press ok and i get "Cannot read from file 437 Application error". Is...
- Tags: PRODUCTIVITY, bgethings@..., factory setting
- Discussion threads 2007-07-09
- VBA Using Access Form with SQL Data
- I am trying to figure out why the below VB Code is not working. I do not get any errors just an hour glass for a few seconds and then nothing. I tested the SQL script and it returns the correct data. I also tested the VB...
- Tags: Error GoTo Err_RDPSystemInfo_Click Dim WshShell Dim stAppName, programming, SQL, String stAppName, systeminformation, twhite@..., VBA
- Q&A 2005-08-03
- Access - form to sub form automatic entry
- I'm trying to refine my Invoice Tracking program to have to vendor name automaticly entered on the parts sub form. Made a text box on the subform and clicked on the table line in the data box to the vendor table on the sub form. Then tried [Form]![Name...
- Tags: access, automatic entry, form to sub form, Goto, Microsoft Access, ricky4143@..., software, vName
- Discussion threads 2005-12-03
- Outlook 20003:Create new appointment, Description missing?
- I am having a user in the office that occasionally he is having trouble with having the description to stick.He makes a new appointment, puts in the subject, location, time, and description and saves it. When he opens it up again, the subject, location and time are all there,...
- Tags: hansoffate@..., outlook, software, calendar, Microsoft Outlook
- Discussion threads 2007-02-22
- Deleting Reg Key
- I need to delete a registry keys through a login script . I am not sure I have the right syntax.=========================================DelRegKey.vbs'' This script should handle deleting a registry key which may, or may not, exist' and does, or does not, have subkeys.Option ExplicitConst HKEY_CURRENT_USER = &H80000001Dim strComputerDim strKeyDim strValueNameDim strValueDim...
- Tags: aSubKeys, ByVal strKey, Deleting Reg Key, networking, rocky5689, strKey, strKey End, vbs, Wscript.Echo
- Discussion threads 2006-01-11
- Referencing result of running a Select query in Access VBA code
- I'm teaching myself Access VBA and I'm stumped. I want to execute code depending on if a record has already been entered in a table. Basically, if the record already exists, I want to update it. If it doesn't exist, I want to add it. To...
- Tags: Mitchlyn_Gentry@..., Access VBA, Microsoft Access
- Discussion threads 2007-09-03
- Quickly identify problems using the Exchange Error Code Look-up tool
- The Exchange Error Code Look-up tool can look at a variety of error values, including decimal, hexadecimal, and exact error strings, and let you know all of the possible meanings. Alright, quick: What does it mean when you see an error -528 in your event log and you're...
- Tags: Scott Lowe MCSE, PRODUCTIVITY, tool, E-mail Administration Tips Newsletter, Error, Windows NT Application Log
- Technical articles 2006-07-20
- A Console Terminal for JARs
- A JAR is a great way of packaging and deploying a Java SE project. But there is a problem with console input/output - the standard I/O files (System.out, System.err, and System.in) do not work when a JAR is activated by a double-click. System.out and System.err are simple, intuitive, and frequently...
- Tags: Console, I/O, JAR
- White papers 2006-01-31
- DTS package error Plz Help
- Hi Iam facing a problem with DTS package. and i was trying to execute the code which u gave in this sitetype casting error is coming at this lineoCustomTask = oTask.CustomTaskfull code is belowDim oPackage As New DTS.Package2Dim oConnection As DTS.ConnectionDim oStep As DTS.Step2Dim oTask As DTS.TaskDim oCustomTask As DTS.BulkInsertTaskTryoConnection...
- Tags: hari_612@..., Nothing, oConnection oConnection.Catalog, DTS.Task Dim oCustomTask
- Discussion threads 2007-06-18
- DTS package error Plz Help
- Hi Iam facing a problem with DTS package. and i was trying to execute the code which u gave in this sitetype casting error is coming at this line oCustomTask = oTask.CustomTaskfull code is belowDim oPackage As New DTS.Package2 Dim oConnection As...
- Tags: hari_612@..., Nothing, oConnection oConnection.Catalog, DTS.Task Dim oCustomTask
- Discussion threads 2007-06-18
- connecion of VB with Sql server 2000
- i don't know how o connec vb with sql server via code.send me the code. all are welcomeyou need to create a DSN. you can create DSN programatically too. Then Create a ADODB Connection object. and use Openmethod to setup the connection.create recordset object ans supply the query. you...
- Tags: Microsoft Visual Basic, DSN, cn.Dispose, Nothing GC.Collect, ADODB.Connection Dim strConnect, nizam8194@..., programming, strConnect, Nothing, Microsoft SQL Server, Microsoft SQL Server 2000
- Q&A 2006-07-09
- "Green" lookin' for the not-so-green
- blog rootIT positionMy employer asked me to create a new IT position, which is to include salary-job description-etc.(there is currently not one IT person in the building; however, I do work with a consultant when needed). I have done a lot of research and what I find contains tech terms I am not yet familiar...
- Tags: Recruitment & Selection, cibreez@..., IT Position, job, information technology
- Discussion threads 2005-10-06
- << Previous
- page 1 of 1
- Next >>