Hello!
I am a kind of a new access user.
I have a report using a query. I have a form that call the report. I am passing parameters from the form to the query throught vba using docmd. setParameter.
Like:
DoCmd.SetParameter "cta", cta
Everything goes well when cta has numbers inside. But give me "execution error 2434..." when it has '*' inside.
Does the '*' char has any special meaning to vba/access?
Is there a way to pass it?
I am a kind of a new access user.
I have a report using a query. I have a form that call the report. I am passing parameters from the form to the query throught vba using docmd. setParameter.
Like:
DoCmd.SetParameter "cta", cta
Everything goes well when cta has numbers inside. But give me "execution error 2434..." when it has '*' inside.
Does the '*' char has any special meaning to vba/access?
Is there a way to pass it?