Jumat, 11 Mei 2012

[MS_AccessPros] To open a from with link criteria from a subform

 


Hello,

Trying to open another form from my primary form by clicking a button I get the following error message from Access , which I cannot figure out how to correct:

Syntax error(operator missing) in the query expression '[Mässa Huvudtitel]=BRAU Beviale'

The character string value 'BRAU Beviale' is the name of a Trade Fair and it is correctly obtained from the reference to a value in a combo box in a subform of a subform in the piece of code below.

What is wrong with my piece of VBA code behind the button?
The code is as follows:

Private Sub Mässor_Click()
On Error GoTo Err_Mässor_Click

Dim stDocName As String
Dim stLinkCriteria As String

stDocName = "Mässor"
stLinkCriteria = "[Mässa Huvudtitel]=" & [Forms]![Adressregister]![Kontaktpersoner]![BranschKP3].[Form]![Bransch]
DoCmd.OpenForm stDocName, , , stLinkCriteria

Exit_Mässor_Click:
Exit Sub

Err_Mässor_Click:
MsgBox Err.Description
Resume Exit_Mässor_Click

End Sub

Kindly regards
Dennis Davidsson

[Non-text portions of this message have been removed]

__._,_.___
Recent Activity:
.

__,_._,___

Tidak ada komentar:

Posting Komentar