T
Todd K.
I am working on a Project in Access 2003, and am new to Visual Basic. I am
trying to open a report based on the Project_ID and Grant_Type fields in a
form. I know how to set up a Stored Procedure setting parameters for the two
fields, and then reference the form in the report's Input Parameters property
to pass them that way. Unfortunately this is a rather large project with
about 30 different entry forms, and rather than build 30 Stored Procedures
and 30 Reports, I would like to be able to use the same Stored Procedure and
Report but use visual basic in the forms to pass the variables. Can this be
done?
trying to open a report based on the Project_ID and Grant_Type fields in a
form. I know how to set up a Stored Procedure setting parameters for the two
fields, and then reference the form in the report's Input Parameters property
to pass them that way. Unfortunately this is a rather large project with
about 30 different entry forms, and rather than build 30 Stored Procedures
and 30 Reports, I would like to be able to use the same Stored Procedure and
Report but use visual basic in the forms to pass the variables. Can this be
done?