Hi Steve,
I have a requirement wherein before a record is saved in my 'Devices' table, the 'Devicename' field in this table will query another table (called 'Masterlist') containing the masterlist of devices and then NOT save the record if the device is not on that Masterlist. I saw this posting --> http://xataface.com/documentation/how-t ... validation but it doesn't do a table lookup of another table.
I can't use a dropdown list (widget) since the devices list could be many thousands of records long and it will annoy the users if they have to scroll down the list each time.
I looked up the Wiki but couldn't find a relevant post. Could you point me in the right direction?
thanks very much.