The database I am designing has 2 tables both containing the exact same fields. One table stores current information about guests (room, bed, dates, monies)in our hostel and the other is a historic table which stores data once the guests have checked out.
I need to write code that will search through the current information table looking for a room and bed number, then copy the room and bed number and move the dates and monies fields into the historic table.
Any help on this would be greatly appreciated!
Thanks in advance,
John
I need to write code that will search through the current information table looking for a room and bed number, then copy the room and bed number and move the dates and monies fields into the historic table.
Any help on this would be greatly appreciated!
Thanks in advance,
John