Hi There,
I have been trying to protype this for a few hours and do not seem to be getting anywhere, so could someone please help point me in the right direction.
I have a DB table that has 2 columns in it - I only wish one of these columns to be displayed in the DB grid. I also want another column in the DB grid that contains a column from another DB table. I am OK with doing this, but my problem comes when I want to make the second DB grid column a drop down list, based upon the contents of a column from a second db table.
eg.
Column1 column2
dbtbl1.machinename dbtbl2.fault_reasons(dropdown)
Any pointers would be most welcome
I have been trying to protype this for a few hours and do not seem to be getting anywhere, so could someone please help point me in the right direction.
I have a DB table that has 2 columns in it - I only wish one of these columns to be displayed in the DB grid. I also want another column in the DB grid that contains a column from another DB table. I am OK with doing this, but my problem comes when I want to make the second DB grid column a drop down list, based upon the contents of a column from a second db table.
eg.
Column1 column2
dbtbl1.machinename dbtbl2.fault_reasons(dropdown)
Any pointers would be most welcome