I have a need to set relationship between 2 tables, jomast and slcdpm. (jomast.fcus_id) = slcdpm.fcustno
I tried this
m2msetrelation("slcdpm","custno","jomast",.T.)
it does not join the table.
I would really appreciate if you please correct my code.
Thanks