I have a program that i have created, that has a form that the user enters information into, clicks a command button and the information is transmitted to another form for verification. on the verification form, i need it to then write the information into an access database, however I have not the slightest clue where to begin to set this up.
I have tried to use an odbc connection and had no luck. I am not familiar with the sql language at all, which is another problem that i am facing.
i have already stored all of the information as public variables, but can't get them into the database.
Any help would be appreciated. thanks in advance.
I have tried to use an odbc connection and had no luck. I am not familiar with the sql language at all, which is another problem that i am facing.
i have already stored all of the information as public variables, but can't get them into the database.
Any help would be appreciated. thanks in advance.
Comment