Search results

  1. O

    parameter query for searching for number

    Hi, I have 2 tables: Table A contains [ID] (and other columns) AND Table B contains [Request ID] (and other columns). However, [Request ID] contains several number separated by comma. For example: 10, 15, 20 etc. I created a query with parameter with : Like "*" & [ID] & "*" under...
Back
Top Bottom