hello,
I have one table like hote_reservatio n.
In this table , the fields are like,
reservation_no = fields.char(),
Gusname
Address
etc.
And I want to move some data of hotel_reservati on in to the hotel_folio table. so wht i can do?
thanks