Hi
I have created a Form with few text fields attached to a xtable. I am taking a primary field value from ytable through a combo box.
When I select a value through combo the relevant fields of the xtable are not populating.
My aim is to check the xtable primary value through ytable to restrict the primary field values
How to code as soon as the combo is selected it should populate xtable values, if available, otherwise null fields. so I proceed with data entry.
ytable
A
B
C
xtable
A 12.00
B 13.00
(when A is selected from combo, then it should show the 'A' value from xtable, other wise blank.
then user will proceed with data entry to add 'A' to xtable.
Please guide.
Thank you
I have created a Form with few text fields attached to a xtable. I am taking a primary field value from ytable through a combo box.
When I select a value through combo the relevant fields of the xtable are not populating.
My aim is to check the xtable primary value through ytable to restrict the primary field values
How to code as soon as the combo is selected it should populate xtable values, if available, otherwise null fields. so I proceed with data entry.
ytable
A
B
C
xtable
A 12.00
B 13.00
(when A is selected from combo, then it should show the 'A' value from xtable, other wise blank.
then user will proceed with data entry to add 'A' to xtable.
Please guide.
Thank you