 |
JLRodgers Level: Moderator
 Registered: 04-04-2002 Posts: 1617
|
Re: Multiple Dbase Connections
In addition to what's been said...
You could make the field a primary key (no duplicates), then put error handling in to trap for a duplicate key. Although I'd also check before adding the record also, just in case.
You can't make it an autonumber field?
Reason why I'd do both primary key and check for a record:
Comp1: reference1
Comp2: reference1 (causes error)
Comp3: reference2
Comp2: receives reference2 since not stored yet from Comp3
Comp3 or Comp2 errors since reference2 already used
|
|
16-01-2003 at 06:19 PM |
|
|
|
|
 |
 |