G
Guest
I have a form that when a street name is entered it displays the result of a
query that search's a address field for a street name. In the address field I
have this string: Like ("*" & ([Forms]![StreetLookup]![text10]) & "*"). This
does work but when I display the form for the first time it displays a whole
list of addresses instead of being blank.
The forms default view is continuious. I have used this tecnique before for
other lookups and the initial form always came up blank.
query that search's a address field for a street name. In the address field I
have this string: Like ("*" & ([Forms]![StreetLookup]![text10]) & "*"). This
does work but when I display the form for the first time it displays a whole
list of addresses instead of being blank.
The forms default view is continuious. I have used this tecnique before for
other lookups and the initial form always came up blank.