Hi all,
how can I solve this problem. I have 3 tables (location, BS, advertisement). and has made a query. I am new in ms access. This is my query:
$sql1="SELECT a.promotion, l.phone
FROM location l, BS c, advertisement a
WHERE l.bs_id = c.bs_id
AND a.bs_id = c.bs_id
AND l.datesend = #$date1#...