
Parameter Queries and Data controls
Y'all,
There is a very good discussion of what you're trying to do in the
June 1996 issue of Access Visual Basic Advisor. The article is a bit
lengthy, so I'd advise you to grab a copy if you can. Not sure why
you're getting an error when you reenter the form. Some flag or
something isn't being totally reset. Try single stepping your way
through and trap the error number to find out what is going on. My
guess is an untripped flag
Eric {*filter*}
Quote:
>I am trying to use the parameter queries with a data control. When the
>user selects a record from a list, I launch anoth window with a bunch of
>dropdown edits. When the user selects a button on the new screen, I
>want to display all of the records associated with this parent record.
>The problem is, when the user leaves the form and comes back in, I get a
>error.
>Any Help would be great.
>Thanks in advance
>Mike Needham