S
Steve
Is there a way to do something like this:
In(Rst!MyField) ?
and could it be used as the criteria for a field in a query?
Say MyField in a recordset contained 1,2,3 and 4. The above would then equate to
In(1,2,3,4).
Thanks!
Steve
In(Rst!MyField) ?
and could it be used as the criteria for a field in a query?
Say MyField in a recordset contained 1,2,3 and 4. The above would then equate to
In(1,2,3,4).
Thanks!
Steve