CRXI using MSAccess
Each Part record contains a text field {COMMENTS} which is used to store notes and comments about the Part.
I am looking for a specific text sequence anywhere within {COMMENTS} as follows:
“Charge12345678” The word “Charge” with 8 characters following.
i.e. “Charge4567asd8”
How would I write a selection formula to select only those records that contain this condition
And
How would I write a formula to display Charge# for each record selected so that the text would be displayed in the Details Section....
Part# Charge#
235 4567asd8
Each Part record contains a text field {COMMENTS} which is used to store notes and comments about the Part.
I am looking for a specific text sequence anywhere within {COMMENTS} as follows:
“Charge12345678” The word “Charge” with 8 characters following.
i.e. “Charge4567asd8”
How would I write a selection formula to select only those records that contain this condition
And
How would I write a formula to display Charge# for each record selected so that the text would be displayed in the Details Section....
Part# Charge#
235 4567asd8