Hi,
I have a recordset which I have populated with a query.
I have an empty recordset.
I would like to take value of a field in every single record, which is a string.
Search if the 4rth letter of the string is an 'a', and if yes add that record to the new recordset. Finally i want to output the resultset onto a report.
I need some help please.
I have a recordset which I have populated with a query.
I have an empty recordset.
I would like to take value of a field in every single record, which is a string.
Search if the 4rth letter of the string is an 'a', and if yes add that record to the new recordset. Finally i want to output the resultset onto a report.
I need some help please.
Comment