Question
defining recordset according to first three digits of code
I need to create a recordset which contains records matching
the first three digits only of a URL parameter.
I have a recordset that contains records matching the code exactly (attached below)
I need also to create a recordset which contains records that match the first three digits ONLY of a URL parameter.
I guess it may also be an option to duplicate the parameter in the URL and restrict the duplicate to three digits only - that way making the creation of the recordset easy - but I don't know how to do that either.
Can anyone help me out with this one?
Cheers
Dave
I have a recordset that contains records matching the code exactly (attached below)
I need also to create a recordset which contains records that match the first three digits ONLY of a URL parameter.
I guess it may also be an option to duplicate the parameter in the URL and restrict the duplicate to three digits only - that way making the creation of the recordset easy - but I don't know how to do that either.
Can anyone help me out with this one?
Cheers
Dave