Hello,
I have designed an Access DB that collects data and and extracts it to a text file. I then coded the DB to FTP the text file. In order to make it easier for the user, I inserted a Web Browser Control on the form where the user selects the data.
Originally, the WBC opened to the FTP site...
I am working on a VB interface to a SQL server that will be used to track contract requirements. I am taking data from two tables and inserting it into another table that has been created. All of my SQL statements are correct. I have tested them in Query Analyzer. When I try to do the same...
I am using the script below to enable DHCP. However, it will not set the Preferred DNS server to DHCP enabled. I need to be able to switch between all static and all DHCP enabled. How do I add in the cabability to set the Preferred DNS as DHCP enabled after it has statically assigned IP...
Hello
I am using a script from TechNet to statically assign an IP address for In/Out of office purposes. The script is below. However, I also need to statically assign the preferred and secondary dns servers. What is the vbscript reference to dns for me to assign those addresses?
Thanks...
Is there a function in Excel that will find the minimum value in a range while excluding any zeros as a value? Or has anyone tweaked the min function to do this?
I have written a program that links images into a database to create ID cards for school pictures. It linked images. However, when an id did not exist on the CD, the next image in order on the CD was put in its place, i.e no 1.jpg on CD but 2.jpg does and is place in the record for 1. I tried...
I am pulling images off a CD to link into a table. I am using the following code:
Private Sub Command3_Click()
On Error Resume Next
Dim FilePath As String
Dim FileExt As String
Dim try As String
Dim final As String
FilePath = "e:\"
FileExt =...
Hi,
I have a problem with my event procedure:
Private Sub Command3_Click()
On Error Resume next
Dim FilePath As String
Dim FileExt As String
FilePath = "e:\"
FileExt = ".jpg"
Do While Not IsNull(Me!ID)
Me!Pict.SourceDoc = FilePath & Me!ID &...
I have several portrait images that I need to insert into a table OLE field. How would I go about setting up Access to insert all of the images at once instead of having to insert each image into the OLE field one at a time? I have too many images to do it...
I have several portrait images that I need to insert into a table OLE field. How would I go about setting up Access to insert all of the images at once instead of having to insert each image into the OLE field one at a time? I have too many images to do it...
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.