S
storm warden
I am using the dlookup function to display handset type
=DLookUp("[Model]","Prefix List","[Prefix]=left([ReqIMEI],6) ")
This is supposed to display the Moldel from the prefix list table by
comparing the 1st 6 digits of the ReqIMEI with the 6 digit prefix.
This woks fine however only displays when the form is re-opened or when i
scroll through records. I would like to use it to dsplay the hanset type as
each ReqIMEI is entered in the form.
=DLookUp("[Model]","Prefix List","[Prefix]=left([ReqIMEI],6) ")
This is supposed to display the Moldel from the prefix list table by
comparing the 1st 6 digits of the ReqIMEI with the 6 digit prefix.
This woks fine however only displays when the form is re-opened or when i
scroll through records. I would like to use it to dsplay the hanset type as
each ReqIMEI is entered in the form.