I have a simple form that shows the fields from a query, in form view at the top and a subform that shows data from the same query in a subform at the bottom of the form. The top shows - one - record and the subform shows - all - records of the same query.
I would like to ...
a) Always have the subform show - all - records in the query (unless I set a filter on the subform).
b) Have the top, form view record always show the current record I'm in on the subform as I move thru the subform.
c) If I delete a record in the top, form view, the same record is deleted in the subform and then the top form moves to the next record available in the subform instead of being blank.
d) It would be nice, but not essential if the record in the subform moved as I moved thru the top form view too.
Interesting, in other databases I've used in the past (but not as good as Access), setting up a form to synchronize the top (form view) section of the form and the subform (in datasheet view of all records) was easy and could be done in a few minutes.
I've spent many hours trying everything from a self-join to using a filter in a macro and haven't succeeded.
Any help would really be appreciated.
John
I would like to ...
a) Always have the subform show - all - records in the query (unless I set a filter on the subform).
b) Have the top, form view record always show the current record I'm in on the subform as I move thru the subform.
c) If I delete a record in the top, form view, the same record is deleted in the subform and then the top form moves to the next record available in the subform instead of being blank.
d) It would be nice, but not essential if the record in the subform moved as I moved thru the top form view too.
Interesting, in other databases I've used in the past (but not as good as Access), setting up a form to synchronize the top (form view) section of the form and the subform (in datasheet view of all records) was easy and could be done in a few minutes.
I've spent many hours trying everything from a self-join to using a filter in a macro and haven't succeeded.
Any help would really be appreciated.
John