Nitronomus
Technical User
Hi!
I've a lil' problem here:
I click a button, and when it runs this Rountine it wants a parameter for "team" (It's part of a linked table). But this parameter is configured in the combobox named "Me!Kombi....". It happens on the 1. also on the 2. codepiece.
I've no idea what the problem is or how I can avoid this "parameterbox". Maybe I'm just %-).
K, I hope you'll understand my *lol* german English and can help me with this.
Bye & BB
I've a lil' problem here:
Code:
'1. Try
stLinkCriteria = "'[namen]![team] = Me!Kombinationsfeld1' and"
stLinkCriteria = stLinkCriteria & Statusr & Welche
'2. Try
'stLinkCriteria = "(" & "team=" & "'" & Me![Kombinationsfeld1] & "'" & ")" & "and"
'stLinkCriteria = stLinkCriteria & Statusr & Welche
stDocName = "Bericht 582 offene Aufträge für E4"
DoCmd.OpenReport stDocName, acPreview, , stLinkCriteria
I click a button, and when it runs this Rountine it wants a parameter for "team" (It's part of a linked table). But this parameter is configured in the combobox named "Me!Kombi....". It happens on the 1. also on the 2. codepiece.
I've no idea what the problem is or how I can avoid this "parameterbox". Maybe I'm just %-).
K, I hope you'll understand my *lol* german English and can help me with this.
Bye & BB