G
Guest
I use this query:
SELECT Sept27.*, Mid([ISIN],10,2) AS NSCCode
FROM Sept27;
I would like to change this so that the query will prompt me to enter a 2
character code, and then filter down to the records that match
Mid([ISIN],10,2).
Thank you in advance.
SELECT Sept27.*, Mid([ISIN],10,2) AS NSCCode
FROM Sept27;
I would like to change this so that the query will prompt me to enter a 2
character code, and then filter down to the records that match
Mid([ISIN],10,2).
Thank you in advance.