mwm
08-16-2006, 02:21 PM
I have three tables
Table 1 name Customers
fields
id
lname
lot
community
Table 2 name csi
fields
csiid
id
contractors
Table 3 name Notes_tbl
field
noteid
id
notes
the common column is id in all tables
I need some way to query the db and get the following fields echoed back.
community, lot, contractor and notes. I tried to do a join on id but that didn't work. Any suggestion. Thank You
Table 1 name Customers
fields
id
lname
lot
community
Table 2 name csi
fields
csiid
id
contractors
Table 3 name Notes_tbl
field
noteid
id
notes
the common column is id in all tables
I need some way to query the db and get the following fields echoed back.
community, lot, contractor and notes. I tried to do a join on id but that didn't work. Any suggestion. Thank You