J
JJ
It has been a long time since I built an application in Access so
forgive me for the newbie-level question. I want to create a form where
you can add data from a text box, call it txtData.
I want the user to type in a value in the text box and hit and "Add
Data" button. I do NOT want to make the text box a bounded control
because I want to run the text box value through some validation code
first and only commit the data to the table (tblData), if it passes
through the validation scheme. Assuming the data is valid, what is the
code to commit the txtData value to tblData?
I recall using recordsets before to do this but that was when I was
building the application in Visual Basic and connecting the application
to the Access database. This application is completely built in Access.
Is it the same process?
In either case, could someone help me out with the code? If it helps, I
am using Access 2002.
Thanks!
JJ
forgive me for the newbie-level question. I want to create a form where
you can add data from a text box, call it txtData.
I want the user to type in a value in the text box and hit and "Add
Data" button. I do NOT want to make the text box a bounded control
because I want to run the text box value through some validation code
first and only commit the data to the table (tblData), if it passes
through the validation scheme. Assuming the data is valid, what is the
code to commit the txtData value to tblData?
I recall using recordsets before to do this but that was when I was
building the application in Visual Basic and connecting the application
to the Access database. This application is completely built in Access.
Is it the same process?
In either case, could someone help me out with the code? If it helps, I
am using Access 2002.
Thanks!
JJ