Hi, I am using application builder in oracle - and I have a create new record form for the opening times of a cinema.
Basically at the moment I have it so you can put ina cinema id from a cinema table, but the problem is whith that you need to know the id - so its not very user friendly. I would like this id to be dynamically be put in to the form somehow by slecting the cinema name from a dropdown (I have managed to include the cinema dropdown)
How can i populate the form with the respective id based upn the choice of the select box in application builder?
Thanks