J
|
Jane 3/27/2007 |
Conrad, |
C
|
clawes author 3/27/2007 |
The AfterEdit approach might be an acceptable compromise. The assets table is related to the warranty table via the asset_id field. The asset_id is the primary key in the assets table. When I create a warranty record, the related asset is selected from a dropdown (lookup) list. If I were to implement the AfterEdit approach as you suggested, how would get the asset_id pre-selected on the warranty form for the newly created asset? |
D
|
Dale 3/27/2007 |
In the After Add events of your asset record you could modify the snippet below to get your id. |