I'm doing a database merge, but the one of my merge fields from the old database was set longer than the new one.
Does anyone know what criteria I could use in my old database to run a query that would find any records that have more than a certain amount of characters in a field so that I can clean it up before doing the merge.
For example. I'd like to find anyone from the old table whose name is more than 30 characters or so? I'm thinking it'd be something like this (Like "##############################*") But I'm not sure if that's the right way to do it.
ANy help is greatly appreciated. Thanks!
Does anyone know what criteria I could use in my old database to run a query that would find any records that have more than a certain amount of characters in a field so that I can clean it up before doing the merge.
For example. I'd like to find anyone from the old table whose name is more than 30 characters or so? I'm thinking it'd be something like this (Like "##############################*") But I'm not sure if that's the right way to do it.
ANy help is greatly appreciated. Thanks!