Hi all,
Anyone have an idea how to use URL Variable($table) for a SQL statement table name?
for example , my Database storing tables cdr01 , cdr02 ,cdr03 - cdr12
if from 1 passed “cdr01”($table) to form 2 , then form 2 will get $table and use for the sql statement table name , so the sql statement should be “select * from cdr01 where…”
Thank you.
Brgds/Brandon Chau