I am building a Tour Booking Form and am trying to set the default value in the 'TourDate' field. I would like it to be the next consecutive available date from my 'TourDate' field in a table called 'CompositeKeySchedule'. I have previously done this using a =DateAdd ("d","1",DMAX()) expression in the default value in the form but cannot for the life of me remember how I wrote the DMax expression. Can anyone help? It has worked previously but I am going round in circles here!