F
Forstatd
I have developed a small application in Access 2002 that has worked good for
a couple of years. Now the client wants me to modify the data entry form to
allow the user to enter data in a simpler way. The recordsource for this
form is a table called "BIDDERS". I am attempting to create a subform on the
master form that is set to to display a few controls on a "continuous form"
that is also using the same recordsource "BIDDERS". On the master form I
have a command button that when clicked, expands the size of the subform to
cover the entire master form with this simpler data set...and by clicking
another command button I can hide this subform so the user can see and use
the very detailed master form, if the so desire (this part works
beautifully). However when the subform is up/displayed, it only shows one
record on the continuous form... the exact record that the master form is on
at any given time.
When I open the subform by itself I see all the records, but when I display
the subform within the master form, I only see one record. If I disconnect
the master form from the BIDDERS table the continuous subform works/displays
perfectly. What am I doing wrong??
Hope this make sense to someone
a couple of years. Now the client wants me to modify the data entry form to
allow the user to enter data in a simpler way. The recordsource for this
form is a table called "BIDDERS". I am attempting to create a subform on the
master form that is set to to display a few controls on a "continuous form"
that is also using the same recordsource "BIDDERS". On the master form I
have a command button that when clicked, expands the size of the subform to
cover the entire master form with this simpler data set...and by clicking
another command button I can hide this subform so the user can see and use
the very detailed master form, if the so desire (this part works
beautifully). However when the subform is up/displayed, it only shows one
record on the continuous form... the exact record that the master form is on
at any given time.
When I open the subform by itself I see all the records, but when I display
the subform within the master form, I only see one record. If I disconnect
the master form from the BIDDERS table the continuous subform works/displays
perfectly. What am I doing wrong??
Hope this make sense to someone