SharePoint 2010 w/ InfoPath
I have created a repeating table which appears on my form. The records returned are correct. My issue is the format. There is a large gap between records in the list that appear on my form:
Record 1
Record 2
Record 3
The desired result is:
Record 1...
I have a workflow that is triggered upon entry of a new list item. I want to jump to the home page after the item is added. Is coding required to accomplish this?
I set up several PDF and Excel documents in My Site. Suddenly the documents are gone. The shortcut was no longer recognized. Did the administrator move my data? Has anyone experienced this?
I'm going to purchase a new computer soon. I intend to keep my laser printer which uses a parallel cable. The new PC will not have a port for this so I need to get a cable adapter to USB. I've found these online but the reviews indicate that customers are not always sold the correct one (or...
Win XP Home, SP2
I'm using Pinnacle Studio Ver 10 to burn DVDs on LG DVD Writer. I have had it for a couple of years and burned many DVDs. I burned 2 yesterday. Today the Pinnacle Studio will not recognize that there is a blank disk in the drive. Install disks spin up in the the LG and it...
I have Gateway PC with Windows XP. I want to upgrade my RAM currently has a 256 in the first slot. The second slot is empty.
If I purchase 1 GB RAM would I get better performance if I replace the 256 stick in the first slot or just add the new RAM in the second slot?
I have a macro in Excel that creates a Word object, then creates and executes a macro in Word. The Word macro simply pastes the contents of the clipboard (that was copied as part of the Excel macro) as a wdPasteMetafilePicture.
All is well until this is executed on laptops. It seems that...
Is there a way to query the entire server to return a list like:
Database1 Table1 Field1
Database1 Table1 Field2
Database1 Table1 Field3
Database1 Table2 Field1
Database1 Table2 Field2
Database2 Table1 Field1
Database2 Table1 Field2
...
I'm trying to retrieve a value from a table from an ActiveX Script Task. The code errors on the msgbox line. I'm not sure why. Any help is greatly appreciated.
Dim strSQL
Dim strResult
Dim conn
Dim dsn
Set conn = CreateObject("ADODB.Connection")
dsn = =...
I made some changes to a form module. Since I was going to repeat the steps I wanted to put it into a regular module, then call it from the form(s). Part of the code sets values on another form:
Me!Field1 = Forms!MyForm!Field1
Me!Field2 = Forms!MyForm!Field2
...
When I moved it to a...
I'm trying to populate an access table from Word. I have a custom button in a Word document. It does some tasks, but I want to capture some info in an Access table as part of the process.
I only need to add one record, then do the other tasks. I need help with code to open the DB, open the...
I'm trying to set the focus to a control on a subform, which is on a tab control. Do I need to reference the tab control?
The current focus is on another subform in the same tab control.
I have tried this, but get an error:
DoCmd.GoToControl "Forms![MainForm]![SubForm].Form![ControlName]"...
I need help with this code:
Set db = CurrentDb()
query = "SELECT max(tblLicensingNotes.notesid) FROM tblLicensingNotes"
Set rs = db.OpenRecordset(query)
intNotesID = rs![NotesID].Value + 1
It errors on teh last line: Object variable or With block variable not set (Error 91)
I've searched this forum (and the Access Forms forum) and found some help, but the code I came up with doesn't work. I'm trying to display a record on a form based on the value of a field on a different form. Sometimes this did take me to the correct record, but I haven't figured out why. For...
I get the "Invalid Use of Null" error, but I don't understand where the null is comming from. The BeginDate and Enddate evaluate to valid dates.
Public Function Test(BeginDate As Date, EndDate As Date)
Dim BusDays As Integer
BusDays = DSum("[BusinessCalendar!BType]"...
I have a DTS package where there is a Date and a Time (separate fields). I want to create 1 field out of them and continue to transform them separarely.
I've tried to concatenate them, like this:
DTSDestination("swdatetime") = DTSSource("Col002")) & DTSSource("Col003")
That didn't work so I...
I'm trying to determine the file size. Can anyone push me in the right direction? This is from a DTS Package.
'**********************************************************************
' Visual Basic ActiveX Script
'************************************************************************...
Can anyone tell me what I'm missing here. I'm getting the error message, "Invalid procedure call or argument: 'DTSSource'"
DTSDestination("PIEKey") = right(DTSSource("TransferDate"),1) + DTSSource("Policy2")
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.