wcboyd
Posts: 46
|
| Posted: 06/18/2007, 10:55 AM |
|
Hello All,
I have a DB that uses multipart keys in several tables.
As I go through the AppBuilder wizard for those tables I am prompted for a single key field. How should I deal with these tables?
Is it a matter of modifying the access routines after AppBuilder has progressed through all of its screens?
_________________
Thanks,
Craig
"Stress is the body's way of saying you have not worked enough unpaid overtime." ~ Scott Adams |
 |
 |
Wkempees
|
| Posted: 06/19/2007, 6:34 AM |
|
Quick response, not tested.
You should key on the last field of the multipart key,
and 'prime' the higher level, through the use of hidden or global or
session fields.
Special case is the multi-part autoincrementing key, which will differ
from database to database.
Walter
|
|
|
 |
|