hi all
i want to know is there any code which will print a data into the bottom of a exist table?
let say now i have a table like below
NAME TIME BID
alan 9.40am RM100
after i execute the code....the new table will add the new thing at the bottom.
NAME TIME BID
alan 9.40am RM100
justin 10.00am RM110
without overwrite all the old data...
thanks for any info and help