Hi all,
I have 2 issues.small issues but I am find where this happens?
I have a form. Table is attached..It has 2 fields...One String field and one Combo box field. When I enter a new record. It shows the string field empty and Combo box field filled with some values in the field..
When I enter a record on form..It must be empty and unless i select it from the list.
2nd issue .
I have a form... In that ..I have a data source and it has few fields.. In that there is a combo box field..
When I enter the value.its okay.
But after entering , When I come and select the record..It has to navigate to 2 other forms based on conditions.
I have a select type as Plant and Other.
In the second form... When I select the Plant in that record.. It must navigate to Plant form
If i select a Other record on that form..It must navigate to the Other form.
How to do that?