I have a single form with a combobox (which does a distinct select lookup from a tickets table). I also have some other fields on that same form from a different table (the customers table). So now when a user drops down the box or starts typing a job address it appears on the same record. Instead of this I'd like it so that when the value of this combobox changes all the corresponding details of the table will match that value. That way when someone enters the address the other details, if in the table, will appear. Is this possible?