Heinz
Posts: 9
|
| Posted: 05/05/2006, 1:24 AM |
|
I read the following topic from 2004 http://forums.codecharge.com/posts.php?post_id=46705&s_...ple+primary+key+
My question, how is it possible to handle multiple primary keys in actual version 3.0..?`
Sample:
I have a two coloumn table with (only) two fileds: emp_id_fk and car_id_fk.
both fields together are the primary key for this table.
With this table I want to build the reference for employee-table and car-table.
A many to many relationship is possible/ required.
It is not possible to change the table/ insert an additional keyfield.
I want to create a search, a readonly-grid and a record mask.
Thank you in advance
regards
Heinz
|
 |
 |
|