How? I have a field originally defined as a select (drodown), and changed it to a label. Now, no matter what I do it displays a double entry on the form for that field. If I change the field type back to select, the original SQL statement is still there. I can’t remove it no matter what I do. So how do I remove the field altogether from the form? Doesn’t seem to be a way?
Actually, I fixed the “double-entry” problem. There was an additional select statement (lookup) for when the field was defined as text. That I could delete and then the problem went away. But i would still like to know how to remove a field or, at least, purge old field definitions. Seems like this should be a given.