I have two (2) textboxes with dates in them. I want retrieve the date that is entered into the textboxes and write the dates to an existing table. How can I achieve this ? The textbox names and table and columns names are below. Thanks ! ! !
Form Name - "Lender Tracking"
Textbox Names
"FileReceivedBox" (This is textbox #1)
"ClearToCloseSentBox" (This is textbox #2)
Table Name - "Delay Master"
"FileReceived" - (This is the column for the data in "FileReceivedBox")
"ClearToCloseSent" - (This is the column for the data in "ClearToCloseSentBox")
Form Name - "Lender Tracking"
Textbox Names
"FileReceivedBox" (This is textbox #1)
"ClearToCloseSentBox" (This is textbox #2)
Table Name - "Delay Master"
"FileReceived" - (This is the column for the data in "FileReceivedBox")
"ClearToCloseSent" - (This is the column for the data in "ClearToCloseSentBox")