Subform object blocking the loading of a form if empty
Posted: Mon May 07, 2018 7:48 pm
Hey,
I have employees and companies. I have a form to browse and edit companies information. In this edit form, I added a subform to list all the employees working in this particular company. When the subform returns one or more employees, the form loads without issue. But when the subform is empty (meaning no employee work in this company), the form doesn't load at all (it doesn't show the other objects on it).
When the subform returns one or more employees, all good: When the subform has no matching row (no employee working in this company), nothing is displayed (not even the other objects which should appear): How can my form load properly even when a subform returns no row ?
Thanks
I have employees and companies. I have a form to browse and edit companies information. In this edit form, I added a subform to list all the employees working in this particular company. When the subform returns one or more employees, the form loads without issue. But when the subform is empty (meaning no employee work in this company), the form doesn't load at all (it doesn't show the other objects on it).
When the subform returns one or more employees, all good: When the subform has no matching row (no employee working in this company), nothing is displayed (not even the other objects which should appear): How can my form load properly even when a subform returns no row ?
Thanks