G
Guest
What is the syntax to insert a new record into a Table. The table has only
two fields.
The first field should be a value from a textbox called textbox1 and the
second should be the value "Done"
I presume that I need to use Docmd.runsql and put my sql statment - but how
can I make it read a value from a textbox?
And do I need to set up a reference first - to Microsoft Dao 3.6 object
Library or other
Many thanks.
(A very confused) Mark
two fields.
The first field should be a value from a textbox called textbox1 and the
second should be the value "Done"
I presume that I need to use Docmd.runsql and put my sql statment - but how
can I make it read a value from a textbox?
And do I need to set up a reference first - to Microsoft Dao 3.6 object
Library or other
Many thanks.
(A very confused) Mark