I have an SQL Server with an Access front end. I have a subform that is based on a stored procedure. The stored procedure has a couple parameters, that are filled in when the user fills in all the appropriate information at the top.
At this point, the user is suppose to highlight the relavent records, then click "next" to go to a different form to work with it. The reason is b/c there is a bunch more background information that needs to be filled in. All this information will be associatiated with the chosen records in the database.
Now to my question. How in the heck do I make the highlighted records from the first form, show up in the second form? I know it will be similar to having a "pop-up window" or something like that. I just don't have any books with a really good explanation. Any help would be much appreciated.
Thanks!
Miriam
At this point, the user is suppose to highlight the relavent records, then click "next" to go to a different form to work with it. The reason is b/c there is a bunch more background information that needs to be filled in. All this information will be associatiated with the chosen records in the database.
Now to my question. How in the heck do I make the highlighted records from the first form, show up in the second form? I know it will be similar to having a "pop-up window" or something like that. I just don't have any books with a really good explanation. Any help would be much appreciated.
Thanks!
Miriam