Hi,
i have a form "recherche" where a user can enter a search criteria (in a field 'Name' for instance)
For this field, on Lostfocus event, I have:
----------
docmd.openform "enqueteur",,"byname"
'byname is a requery...the research works fine
if Forms![enqueteur].Newrecord then...