E
Erik
Hi,,
i have the following code, when i run it i get a question about entrying the cbo criteria as a parameter (as in a parameter query).. anyone knows whats wrong?
Function BuildSqlString(sSQL As String) As Boolea
Dim sSelect As Strin
Dim sFrom As Strin
Dim sWhere As Strin
Dim Db As Databas
sSelect = "s.*
sFrom = "Kontrollmelding s
If Valg2 The
sWhere = sWhere & " s.Berøringspunkter = " & CboBerøringspunk
End I
If Valg1 The
sWhere = sWhere & " And s.[Tips nummer] = " & CboTipsnumme
End I
i have the following code, when i run it i get a question about entrying the cbo criteria as a parameter (as in a parameter query).. anyone knows whats wrong?
Function BuildSqlString(sSQL As String) As Boolea
Dim sSelect As Strin
Dim sFrom As Strin
Dim sWhere As Strin
Dim Db As Databas
sSelect = "s.*
sFrom = "Kontrollmelding s
If Valg2 The
sWhere = sWhere & " s.Berøringspunkter = " & CboBerøringspunk
End I
If Valg1 The
sWhere = sWhere & " And s.[Tips nummer] = " & CboTipsnumme
End I