WantsToLearn
Programmer
Hello All,
I have a small client that has an Access front end to his SQL Server. I recently wrote a new Receiving form for him and rather than write SQL in the Access form code to update the linked tables, I created a Stored Procedure and called it using ADO from the Access code.
It is working very well, but I don't have any local technical resourses other than SQL Server books help. Would someone be kind enough to critique it for me from a style and eror checking perspective? If you would be kind enough to post an email address, I would be happy to send it to you. I would post it here but it is quite lengthy since it updates multiple tables. Thanks in advance for any help!
I have a small client that has an Access front end to his SQL Server. I recently wrote a new Receiving form for him and rather than write SQL in the Access form code to update the linked tables, I created a Stored Procedure and called it using ADO from the Access code.
It is working very well, but I don't have any local technical resourses other than SQL Server books help. Would someone be kind enough to critique it for me from a style and eror checking perspective? If you would be kind enough to post an email address, I would be happy to send it to you. I would post it here but it is quite lengthy since it updates multiple tables. Thanks in advance for any help!