I have a “daypart” database, with a “plan” table in a converted solution that now throws an error ( “plan” is a reserved word )
So, I renamed the table as “plans”, and now need to update all references. Is there any easy way to do this ?
some posts suggest doing a Search / Replace, but searching for “daypart.plan” finds nothing ( odd ), and searching for “plan” finds too much !
I do see that I can work my way thru the forms and relations, and re-point them, but a bit tedious
thanks !
greg