Just struggling with a look up form and wondering if someone could help me please. On my sales ledger form under sales Line Tab I have inserted a new field called Job id which is EDT. I am calling a lookup form on this field. The data source of this look up form is a table contains sales id, job id and name. I want to add filter on the sales id of this look up form.
So if user creates a new sales line select item number and when he clicks on job ID he can only see the record which is linked with the current sales id of sales line.
At the moment if user clicks on the field he see following values in look up form
Sales Id - Job Id - Name
SO7546 701 Futaba
SO7546 702 Futaba
SO7546 703 Futaba
SO7547 704 Futaba
SO7547 705 Futaba
SO7548 706 Futaba
As i am creating a sales line on Sales ID SO7547 so i only want to see this record in my look up form.
canu send me the code how u have done the filter, even i have tried ur code but my filter is not working, can u post the code for the form lookup filter…
i have created the Form EZNDeposits
Here i have Deposit Number & FD Number, in this form same customer number with different FD Numbers
IN my Second form see below
Here in the Cust NoFInal field i need to get the look up from the First form Custno & FD no, while lookup is displaying it should filter the data, suppose if i pick the CUS001, under this how many fd are displaying i need to fetch that data…
can u tell me how to write the code like this senario,.