THANks in Advance for helping
i am trying to insert into different tables into a database.
how to i change the SQL statement on it so that field 1 goes into column 1 for any table and when the field is empty it just leave it blank?
put "INSERT INTO VIP (Name,Age,Job) " & \
merge("VALUES ('[[Ftname]]', '[[Ftage]]', '[[Ftjob]]')") into tCmd
Cheers
