How can one set parameter values of an INSERT SQL query through VBA in Microsoft Access?
问题 I am new to Access and I am coming from C#, SQL Server & .Net. There is a project that has come my way and I have to complete some parts. The scenario may be described as: An Access form with a subform An Access query that is the data source of the aforementioned subform, with two parameters, displayed as: Parametername1 String(255),Parametername2 String(255) . VBA code module(s) My plan is to set the values of the above mentioned query parameters within a procedure in my VBA code module. I