I have all my backend data in SQL 2000 (soon to be upgrading to 08). Data gets imported and a bunch of stored procedures run to update additional fields in the data table.
I have another table and an Access front-end form for the use to enter some information. I have another SP in SQL to calculate one of the fields after the user input.
I don't seem to have a clue how to call this SP, or when to call it, or how to make sure only one record gets updated at a time. The only documentation I can find either isn't for Access 2007 or is with parameters and i can't make sense out of it.
I guess I need connection strings and stuff (the VBA code has always been greek to me). Can someone please at least help get me started?
My Access file (accdb) is linked to the SQL tables.
I have another table and an Access front-end form for the use to enter some information. I have another SP in SQL to calculate one of the fields after the user input.
I don't seem to have a clue how to call this SP, or when to call it, or how to make sure only one record gets updated at a time. The only documentation I can find either isn't for Access 2007 or is with parameters and i can't make sense out of it.
I guess I need connection strings and stuff (the VBA code has always been greek to me). Can someone please at least help get me started?
My Access file (accdb) is linked to the SQL tables.