Group: StrataFrame Developers
Posts: 6.6K,
Visits: 6.9K
|
All you need to do is create a second table that uses the SFSUSers.us_pk as the foreign key to that table. Within this table you can put anything that you like such as preferences, etc. You will need to have a separate maintenance area for these preferences, but this is not generally an issue. You will setup the user then have another table with all of your custom data fields. You can then INNER JOIN the queries to get what you need.
|