Copying foreign keys

2 posts by 2 authors in: Forums > CMS Builder
Last Post: January 15, 2010   (RSS)

By ispro - January 14, 2010

Apologies if this has been covered elsewhere: I have a simple foreign key problem:

I have a database table "A" with fields member_number, member_name. I want to store member_number in table "B" so that I can later do a join on member_number. The editor for table "B" needs to do a lookup on table "A" and display the member_number and related member_name to the user, but store only the member_number. How do I do this?