Re: Joining users to another table
Jens Kleikamp <lists.jens-z4600/[email protected]>
| Newsgroups | gmane.comp.php.pear.liveuser |
|---|---|
| Organization | Codes & Concepts |
| Message-ID | <[email protected]> |
Am Mittwoch, 18. Mai 2005 01:21 schrieb Dan Rossi: > Hi there I am needing to get the users table joined to say a customers > table so we can add users for that customer. Is there a way to do this, > either add the customerID in the users table or userId in the customer > table ? Let me know > > > _______________________________________________ > LiveUser mailing list > [email protected] > http://mailman.21st-hq.de/mailman/listinfo/liveuser Hi, You could create an usergroup on customer-creation, and then add one or many users to that "customer-group". You could also use the optional fields for extended user information. Just some ideas.... Jens