I would like to restrict a lookup wizard set of values based on an id that I have within the table being displayed.
" shipment_id = " . $data["id"]
But it says $data is not a recognized variable. I have tried $olddata, $dataold, $values, $evalues, and lots of others with no luck. I just need to access the id field value from the currently edited record. id is not actually available as a field on the form I am editing because it is an autoincrement field.
Thank you!!