DATABASE
tax_map
FIELDS
taxmapid
parcelid
COMMAND BUTTON
find
I want it so when I click in one of the fields and enter a value it will lookup the other value.
EX. I click on taxmapid and enter a value, when i click find I need it to look up the parcelid and vise versa.
The fields are stored in a database and they are already on the same record, users just need to be able to look up the taxmapid = parcelid or the parcelid = taxmapid
So which ever field is clicked has to have the criteria met
tax_map
FIELDS
taxmapid
parcelid
COMMAND BUTTON
find
I want it so when I click in one of the fields and enter a value it will lookup the other value.
EX. I click on taxmapid and enter a value, when i click find I need it to look up the parcelid and vise versa.
The fields are stored in a database and they are already on the same record, users just need to be able to look up the taxmapid = parcelid or the parcelid = taxmapid
So which ever field is clicked has to have the criteria met