I have a grid box with NO code in thr grid, but when I run my code it runs great, but then when I click the grid it tells me the Vlookup is not found.
heres my code
Vlookup = ALLTRIM(UPPER(Thisform.requested_Last_Name.Value))
SET FILTER TO Vlookup = UPPER(Lookup_view.last_name)IN lookup_view
Thisform.Refresh()
heres my code
Vlookup = ALLTRIM(UPPER(Thisform.requested_Last_Name.Value))
SET FILTER TO Vlookup = UPPER(Lookup_view.last_name)IN lookup_view
Thisform.Refresh()