Search results

  1. P

    how to insert data from select query

    This problem has been solved
  2. P

    how to insert data from select query

    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#...
Back
Top Bottom