Good day everyone,
I'm having a hard time with my program on how to display the data from table to combo box. I have two tables that have been LEFT JOIN to have their relationship in the Data Environment SQL command. My 1st table is expense that has a columns of expno, expenseAmt, purno, acctno and the 2nd table is chartaccounts that has a columns of acctno and acctname.
How can I integrate the data from table to display it in combo box using Data Environment?
Is there any hard code that I must use to run the program?
Need help..
I'm having a hard time with my program on how to display the data from table to combo box. I have two tables that have been LEFT JOIN to have their relationship in the Data Environment SQL command. My 1st table is expense that has a columns of expno, expenseAmt, purno, acctno and the 2nd table is chartaccounts that has a columns of acctno and acctname.
How can I integrate the data from table to display it in combo box using Data Environment?
Is there any hard code that I must use to run the program?
Need help..
Comment