Defining record structure

by: Sergio Uassouf, 8 years ago


How could I define the usual old fashion record structure?
I mean for example...
Person
   Personal Data
        First Name
        Middle Name
        Last Name
   Address
        Street
        Building Number
        City
        State
in such a way I can refer to any subfield (i.e. City) or grouping field (i.e. Address, Personal Data or Person)

Thanks to everybody



You must be logged in to post. Please login or register an account.