Jump to content

how to compare the content of a field with a certain string


This topic is 8446 days old. Please don't post here. Open a new topic instead.

Recommended Posts

I don't know of any way to perform a find...

Perhaps it's possible to create a self-join using a match with "dem" as the key...

Link to comment
Share on other sites

How about a calculated field:

DemCount (calculation, number) =

Left(Field1, 3) = "dem"

+

Left(Field2, 3) = "dem"

+

Left(Field3, 3) = "dem"

.

.

.

This assumes you really mean how many Fields in a given Record contain "dem", not how many records or records and fields contain "dem". It also looks at the data in field, not the field names.

-bd

Link to comment
Share on other sites

This topic is 8446 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.