J
Jen
Hello.
I have two textboxes on a form, one for startdate (txt_tidpunkt_fran) and
one for enddate (txt_tidpunkt_till). Based on this i try to filter a second
form. In the onclick event of the button I have as stLinkCriteria:
stLinkCriteria = "datum= Between " & [Forms]![startform]![txt_tidpunkt_fran]
& " And " & [Forms]![startform]![txt_tidpunkt_till] & ""
but keep getting Syntax error (missing operator) in query expression....
Anyone that knows where I fail?
I have two textboxes on a form, one for startdate (txt_tidpunkt_fran) and
one for enddate (txt_tidpunkt_till). Based on this i try to filter a second
form. In the onclick event of the button I have as stLinkCriteria:
stLinkCriteria = "datum= Between " & [Forms]![startform]![txt_tidpunkt_fran]
& " And " & [Forms]![startform]![txt_tidpunkt_till] & ""
but keep getting Syntax error (missing operator) in query expression....
Anyone that knows where I fail?