Hi All: I have a parent Inventory File that is linked to one of 4 possible child files. Each child file has different specifications. For example: Auto, Truck, Motorcyle, Misc. In my desktop app, I hide and unhide tabs according to the child file. The child record is fetched and updated manually.
I have the same working in the web app. My question here: is it better to simply use a different form for each type of child record?
I am hiding and unhiding tabs here, as well, and am handling the fetch and update, etc. It appears that all of the form's fields are being sent to the server (and probably should be) even though most don't apply. Would it be faster to break this into separate forms? If so, what do I need to send to the form and where does the code need to go?
Many thanks.