M
Marco
Hello.
I usually use this kind of code to open a open a specify the that that I
want to see.
» stLinkCriteria = "[Bud_Periodo_Dept_Rubrica]=" & "'" &
Me![Bud_Periodo_Dept_Rubrica] & "'"
But I need to specify moe then one criteria. can I do it from the form code
or do I have to go to the query?
I need soemthing looked like this:
» stLinkCriteria = "[Bud_Periodo_Dept_Rubrica]=" & "'" &
Me![Bud_Periodo_Dept_Rubrica] & "'" And me![NumeroPeriodo]
Is it possible?
PS: Please say yes.
I usually use this kind of code to open a open a specify the that that I
want to see.
» stLinkCriteria = "[Bud_Periodo_Dept_Rubrica]=" & "'" &
Me![Bud_Periodo_Dept_Rubrica] & "'"
But I need to specify moe then one criteria. can I do it from the form code
or do I have to go to the query?
I need soemthing looked like this:
» stLinkCriteria = "[Bud_Periodo_Dept_Rubrica]=" & "'" &
Me![Bud_Periodo_Dept_Rubrica] & "'" And me![NumeroPeriodo]
Is it possible?
PS: Please say yes.