Sep 26, 2005 #1 waymond Programmer Joined Mar 1, 2005 Messages 118 Location US I need to run a query that will show all the data that the length is greater than 4 for one field. than in another query I need to show will the length of the string is 4 thank you
I need to run a query that will show all the data that the length is greater than 4 for one field. than in another query I need to show will the length of the string is 4 thank you
Sep 26, 2005 #2 lupins46 MIS Joined Feb 19, 2004 Messages 2,509 Location GB Add another column with the field value as: MyLen:len([thefieldname]) and put >4 in the criteria cell. Use your own field name for 'thefieldname' Do the same in the second query but just set the criteria value to 4. Upvote 0 Downvote
Add another column with the field value as: MyLen:len([thefieldname]) and put >4 in the criteria cell. Use your own field name for 'thefieldname' Do the same in the second query but just set the criteria value to 4.