Hi
There are other ways to do but I would just add a line of code to close
button on your calender form t set the alue of The_Date on the new booking
form (This only works if both forms are open). If you have closed New
Booking form, post back for a slightly different code
Private Sub ButtonName_Click()
Forms!Frm_New_Booking!DOB = Me.The_Date
DoCmd.Close
End Sub

Signature
Wayne
Manchester, England.
> Hi,
>
[quoted text clipped - 8 lines]
> Andrew
> 240508