J
jln via AccessMonster.com
Ok here is what im trying to do is
Dim strwhere as string
Dim stDocName as string
If Not IsNull(Me.combo27) Then
strWhere = strWhere & "[Assigned To]=" & Me.Me.combo27
End If
DoCmd.OpenReport stDocName, acprint, , strWhere
Im getting a syntax error could someone help me out.
Dim strwhere as string
Dim stDocName as string
If Not IsNull(Me.combo27) Then
strWhere = strWhere & "[Assigned To]=" & Me.Me.combo27
End If
DoCmd.OpenReport stDocName, acprint, , strWhere
Im getting a syntax error could someone help me out.