Hi,

I'm trying to jump to a record from a textbox.

So i have a form [Inserare Contracte] which has the record source the table [tblContracte]. In that form I have 2 textboxes. In the first one [FactNr] i enter the invoice number, then in the second one [ContractNr] i get the Contract that that invoice is linked to. The second textbox has this Control Source
=DLookUp("[cContractsID]";"[q nr ctr dupa factura]";[FactNr])
. [cContractsID] is the field's name.

I think the best way to do the jump to the record is to have an after update event, but i'm not really sure how to code it.

Thanks for the help