Hello!
I'm working with Access XP and i have 2 forms with some unbounded textboxes.
I'm trying to write a textbox.lostfocus event procedure.
The idea is that when the textbox loses focus, i need to locate in one of the tables a specific record that matches the textbox.value and open the other form with all the fields of the found record.

How should I do it ?