Hi, I have a form I called “Property”. In it, I keep track of pertinent info on items such as serial numbers, date purchased, etc.
I’d like to use different fields for different items. I.e. an automobile would have different info than say a television.
Is this possible?
Thanks Brendan.
Not within the same form. Each record inherits all of the fields from the form template. So you can’t have one record with 5 fields and another record with 2 fields for example. They would all have 5 fields if that’s how the form is designed.
However, if you created a couple different layouts within your form (Mac version only), then you can have one layout with some fields and another layout with other fields.
That’s what figured. Thanks