Browse form joining 2 tables
Posted: Thu Mar 15, 2018 10:08 pm
Hi
I am new to nuBuilder and am excited about using it but am struggling with browse form with sql to join 2 tables I have tested the sql ok but the form does not display and records.
The form is to list a particular type of user joining the std user & access tables.
What am I doing wrong here?
Thanks in advance.
Brian ...
the sql is
SELECT zzzzsys_user.*, zzzzsys_access.* FROM zzzzsys_user JOIN zzzzsys_access ON zzzzsys_user.sus_zzzzsys_access_id = zzzzsys_access.zzzzsys_access_id WHERE ((zzzzsys_access.sal_code ="engineer"))
I am new to nuBuilder and am excited about using it but am struggling with browse form with sql to join 2 tables I have tested the sql ok but the form does not display and records.
The form is to list a particular type of user joining the std user & access tables.
What am I doing wrong here?
Thanks in advance.
Brian ...
the sql is
SELECT zzzzsys_user.*, zzzzsys_access.* FROM zzzzsys_user JOIN zzzzsys_access ON zzzzsys_user.sus_zzzzsys_access_id = zzzzsys_access.zzzzsys_access_id WHERE ((zzzzsys_access.sal_code ="engineer"))