Hi – I’m an experienced SQL Server and web programmer but don’t have too much experience programming in Access. For the current project I’m working on, using Access was a requirement. As I begin, I’m starting to think that maybe the way I’m approaching the design of my application isn’t really going along the “grain” for Access. I think I may be thinking more in web-type terms.
My question is this: Is it possible to have a disconnected form, that is populated via stored procedure, and then saved back to the database, also via stored procedure, when the user clicks a “Save” button of some sort? I’m using an Access Data Project because it seems to have tighter integration with my SQL Server backend. I am able to populate forms using stored procedures, but I can’t figure out how to update them the same way. Can I parse the form as I would a web and then make stored procedure calls? Is this not the recommended way to design an Access application?
Thanks in advance for any help!
H in the States
My question is this: Is it possible to have a disconnected form, that is populated via stored procedure, and then saved back to the database, also via stored procedure, when the user clicks a “Save” button of some sort? I’m using an Access Data Project because it seems to have tighter integration with my SQL Server backend. I am able to populate forms using stored procedures, but I can’t figure out how to update them the same way. Can I parse the form as I would a web and then make stored procedure calls? Is this not the recommended way to design an Access application?
Thanks in advance for any help!
H in the States