Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

FILTER ISSUE 1

Status
Not open for further replies.

lashwarj

IS-IT--Management
Nov 1, 2000
1,067
US
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()
 
Set filter to FieldName = SomeCondition

is VLookup a fieldname?

if not, then you must include the fieldname instead.

like:
Set filter to CustName = thisform.cName.value && or something like that


Ali Koumaiha
TeknoSoft Inc
Farmington Hills, Michigan
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top