G
Guest
I would like to append to the tbl_Hotel table all the records from the
tbl_Flight table. The catch is that I would like to append tbl_Hotel for
each night between two dates in tbl_Flight. So someone arriving 1 Oct and
departing 7 Oct woiuld have appended to tbl_Hotel one record for 1 Oct, one
for 2 Oct, one for 3 Oct, etc.
How do I approach this? I would like to add a command button to a current
form that does this.
tbl_Flight table. The catch is that I would like to append tbl_Hotel for
each night between two dates in tbl_Flight. So someone arriving 1 Oct and
departing 7 Oct woiuld have appended to tbl_Hotel one record for 1 Oct, one
for 2 Oct, one for 3 Oct, etc.
How do I approach this? I would like to add a command button to a current
form that does this.