Question to Auto Fill Parts of New Records

K

Keri

Hi I have a question,

I have a form that I'm using to tracking in coming mail. The fields that I
need to assicate to fill when the Property Name is entered are Rems
Number,Contract Number,Project Manager,FHA Number. I ussed a code that auto
fills for new records but it just repeats the last record entered it might
not be the one I need. Any suggestion on what I might use or what I could
research to find an answer to this.

Thanks,
Keri
 
D

Dennis

Why not just write ADO lookup code for the associated data in the ON EXIT
event for the Property Name field?
 
Top