What is the syntax to use on an "cmdUpdate" button if I want the data that was entered on a form with unbound fields to post to a specific table.
I'm told that i should never use a table as the direct record source from a form but I am having problems doing this any other way.
Its a data entry form that users fill out from their front end located on their PC. I want them to open up their form, fill in the data, then a connection would be opened to the SQL server and all their data would be transfered over into the table.
Data is validated as the user enters the info into the form. If that record is already present (primary key is SSN) in the table the new data would simply update the record and not copy over it.
Thanks,
Eforce!
I'm told that i should never use a table as the direct record source from a form but I am having problems doing this any other way.
Its a data entry form that users fill out from their front end located on their PC. I want them to open up their form, fill in the data, then a connection would be opened to the SQL server and all their data would be transfered over into the table.
Data is validated as the user enters the info into the form. If that record is already present (primary key is SSN) in the table the new data would simply update the record and not copy over it.
Thanks,
Eforce!