L
LoriO
Is it possible to have a form that populates a query to open a Report if the
file on the query needs to have the form response be 'like'
EX:
Field on Form: cboSelAssign
Field on Query: value of field can be a;b;c
I want the selection criteria to be Like [cboSelAssign] not Equal to
So if the value of cboSelAssign is "b" I will get the record where the field
is = "a;b;c"
Is this possible
file on the query needs to have the form response be 'like'
EX:
Field on Form: cboSelAssign
Field on Query: value of field can be a;b;c
I want the selection criteria to be Like [cboSelAssign] not Equal to
So if the value of cboSelAssign is "b" I will get the record where the field
is = "a;b;c"
Is this possible