Hi
I'm developing a booking system.
One of the things I have to do is allow user to enter a booking say for a 6 week period e.g. same room, same time, same day but 6 different weeks.
Some of the fields I have are: DateBooked for, room, time.
Do I need a hidden field for the last day of the booking that is only seen if user wants to book more then one record.
Trying to find a snippet of code that would do.
Thanks for any help