Calendar - making an appointment

Calendar - making an appointment

Hi Guys  I have an app that I use to create appointments - its in calendar view ... This is the issue :

Say I make an appointment in two weeks time at 9.30 .... I go to that time ,see that its clear click an add the appointment ... BUT it defaults to current date / time not the selected date and time...


Is there some code I can add so that it uses the selected date /time and not the default Now date/time.


Can any one give me some clue to fix this please...this super frustrating..


{
    displayname = "Appointments Calendar"
    show  all  rows  from  Appointments
    (
        Modified_User as "Last Modified User"
        Modified_Time as "Last Modified Time"
        Pet_ID as "Pet ID"
        Date_Time as "Date - Time"
        Pet_ID.Name
        Client_ID as "Client ID"
        Length_field as "Length"
        Notes
        Reason
        Reason.Appointment_Reason as "Appointment Reason"
    )
    options
    (
        display type = week
        week start day = monday
        display field = Client_ID
        start date = Date_Time
    )
}























Thanks

Garry