hi,
i'm trying to do a simple thing i thought: a form with a pulldown menue looks up a record based on the menue enrty selected (findfirst). i want to use the "not in list" event to add a record. that works just fine. now after the new record is created how do i get the form to open this record so that i can populate the remaining fields? i have the record id but when i try to do a findfirst on that id access gets into an endless loop.
Thanks
i'm trying to do a simple thing i thought: a form with a pulldown menue looks up a record based on the menue enrty selected (findfirst). i want to use the "not in list" event to add a record. that works just fine. now after the new record is created how do i get the form to open this record so that i can populate the remaining fields? i have the record id but when i try to do a findfirst on that id access gets into an endless loop.
Thanks
Comment