sorry the table for check out is

db.define_table('check_out',
    Field('check_in', 'reference check_in'),
    Field('room'),
    Field('guest'),
    Field('description', 'text'),
    Field('duration'),
    format='%(guest)s %(room)s')

i extract the room and guest value from check_in table and insert it into 
check_out in my controller.

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to