Retrieving Textbox Data Into A Table

lhooker

Registered User.
Local time
Today, 08:58
Joined
Dec 30, 2005
Messages
431
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")
 
Make the form a bound form to the underlying table and point the fields to the textbox controls on your form.
 
Is it possible to do this through the "RunSQL" command. If so, please give an example using the data provided earlier ? Thanks again ! ! !
 
I'd like to do something similar with 2 date textboxes
I want the dates to apear on a summery form that is generated from a query.
I know most advanced users poo-poo the use of textboxes but they are simple and useful for non coders and users.
 

Users who are viewing this thread

Back
Top Bottom