G
Guest
I have a form for filtering a report, but the independent pulldown field
called tagnumber querie bassed on a textfield, but the text for example
TT-1101 is trim to TT, shown because i have bin asked for a parameter, if i
fill in TT-1101 the report is show the correct field
stLinkCriteria3 = "[tbl General]![Tagnumber]=" & Me![Tagnumber]
stLinkCriteria = stLinkCriteria3
DoCmd.OpenReport stDocName, acViewPreview, , stLinkCriteria
I think something is wrong in the first line
Hugo
called tagnumber querie bassed on a textfield, but the text for example
TT-1101 is trim to TT, shown because i have bin asked for a parameter, if i
fill in TT-1101 the report is show the correct field
stLinkCriteria3 = "[tbl General]![Tagnumber]=" & Me![Tagnumber]
stLinkCriteria = stLinkCriteria3
DoCmd.OpenReport stDocName, acViewPreview, , stLinkCriteria
I think something is wrong in the first line
Hugo