Is it possible to have something like this:
I have some code that gets data from a table to another table. But it detects that some of the fields that can't be null for the second table are indeed null. So a form pops up with a combobox on it, displaying all the values that are possible for that field. You pick one, and press that 'OK' button whish is also located on the popup form. the form closes and the code continues using the value you selected in the popupform and uses that value instead of the null-value.
Any id how to pull this off?
greetz,
Nirious
I have some code that gets data from a table to another table. But it detects that some of the fields that can't be null for the second table are indeed null. So a form pops up with a combobox on it, displaying all the values that are possible for that field. You pick one, and press that 'OK' button whish is also located on the popup form. the form closes and the code continues using the value you selected in the popupform and uses that value instead of the null-value.
Any id how to pull this off?
greetz,
Nirious