M
MarMo
Hello,
I have a table with clientnumbers and SUBclientnumbers.
client SUBcl
880030 100
880030 101
880030 102
880040 206
880040 207
880040 208
I need to pass the SUBclientnbrs to a query to filter a table.
Client 880030 has SUBcl 100 , 101, 102. How can i pass these criteria
to a query as
SELECT * FROM clients WHERE [CLNBR] = 100 , 101, 102
I'm getting the subcl with VBA code from the table by recordset.
Thanks for helping me out.
Mario
I have a table with clientnumbers and SUBclientnumbers.
client SUBcl
880030 100
880030 101
880030 102
880040 206
880040 207
880040 208
I need to pass the SUBclientnbrs to a query to filter a table.
Client 880030 has SUBcl 100 , 101, 102. How can i pass these criteria
to a query as
SELECT * FROM clients WHERE [CLNBR] = 100 , 101, 102
I'm getting the subcl with VBA code from the table by recordset.
Thanks for helping me out.
Mario