Good Day,
I am new to SharePoint and attempting to overcome an issue. Our document standards specify that the filename also have the version name in it, for example: ‘myDesign V0.1’ So, each time we update the document we also change the filename. Is there a way to change the SharePoint...
All,
I am helping a co-worker with an Access project. We have a form that has pages on it and we would like to edit the data there, so I started making sure the table has a PK and those type things. In looking at the forms recordset, it shows:
SELECT [tblIncidents-Join].*
FROM...
I am pulling data from a word document using bookmarks.
If ActiveDocument.Bookmarks.Exists(sBookmark) Then
temp = ActiveDocument.Bookmarks(sBookmark).Range.Text
Else
iErrorCount = iErrorCount + 1
MsgBox ("ERROR: The Bookmark named '" & sBookmark & "' can not be found...
Good day,
I have a word document that I would like to use as the background for a form (I also have the same document in .pdf if that helps). At any rate I want to use this as the background for my form, so to the user it looks like it always has. I have taken screen shots and pasted them...
Good day,
I have a form that allows users to enter some data. This form is not bound to a record. Therefore I would like to rid the form (or at least hide) the default record navigator that is on all forms I have created using access 97.
Thanks
Good day,
When I run the following code..
Public Function Update_Word()
Dim WordDoc As Object
Dim ActiveDocument As Object
Dim sDocName As String
Set WordDoc = CreateObject("Word.Application")
sDocName = "C:\Temp\mydoc.doc"
Set ActiveDocument =...
Good day all,
I am trying to get some information from remote machines. I have searched and found where I can substitute the host name for the “.” In the below script
On Error Resume Next
strComputer = "."
Set objWMIService = GetObject("winmgmts:\\" & strComputer &...
I am trying to install SybServer on HP-UX 10.20. Originaly it looked like this version was supported, but there is some contradictory infromation in SYBooks. I am getting an error, undable to find path for libc.2. I think i will have to have UX 11.x, but wanted to throw it out there first...
Good day,
I am attemting to gather information about machines to automate some manual task. I am new to VBS and have little resources, but a book on the way.
I have found how to get the machine name:
Set WshNetwork = WScript.CreateObject("WScript.Network")
WScript.Echo...
Good day,
I need to be able to get the machine name from a command line. I found a post from the NT forum. It recomended ipconfig. However it does not give me the machine name as it is shown when I get the prop's of my computer from desktop.
Output of IP config (numbers changed)...
Is there a way to display the col names of a table?
I know you can do a select * and limit with a where that is false like
select *
from my_table
where 1 > 2
Is there a sp or anything that would show the information?
Thanks,
Shane
Alright I have 2 tables Members and TestScores. I have a cmdButton on the members form that opens the test scores form and populates the form with the member information from the members form. The txt boxes on test scores form are not bound to the members or test scores tables. I can capture...
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.