fiogf49gjkf0d We resolved this. It was really obscure! The forms had a text box, with a Control Id “Name”. It’s the name of the machine (entity record), which is the database fieldname, so the form wizard called it that. Unfortunately, in every test we ran, we used this field, and called it the same thing. After adding and removing fields, I finally determined that the Control Id “Name” was the issue. I renamed it to txtName, and now the form. works. So, I’ve since renamed that field on all the forms to MachineName, so that it would be more descriptive. We can now access the form object. |