Having syntax error

Having syntax error

I have two forms. One is Reserve_Ride with field dropdown Lookup Choose_Date and Time.and Confirm Date
Form 2, Add_New_Ticket, has field Confirm Date, and Formula_1

Trying to populate the Confirm_Date in Reserve_Ride with data in field Confirm_Date from form Add_New_Ticket

  1. rec = Add_New_Ticket [Confirm_Date == input.Choose_Date_and_Time];
  2. input.Choose_Date_and _Time = rec.Confirm_Date;

But getting error message
Lexical error at line 2, column 23. Encountered: "_" (95), after : ""


Used this example: https://help.creator.zoho.com/Fetch-and-Update-Records.html#fetch1
             
  1. rec = Customers [Customer_Number == input.Customer_Number];
  2. input.Cutomer_Name = rec.Customer_Name;
  3. input.EmailID = rec.EmailID;
  4. input.Mobile = rec.Mobile;

application: Copy of Reserve a Ride
site r r s a d d l e c l u b

i will go turn on edit access to support

Thank you so much, you guys are the best =)