R
raviyah
I have a form/subform in my database, each has a data table. The subform
table has a foreign key tied to the form's table and the subform is linked
with a master/child using this key. I have a command button on the form used
to open a separate form to add new records. There is also a command button on
the subform which adds records to the subform table.
I added a new record to the main form. There isn't yet a record in the
subform that links. What is happening is that when I select this record from
the main form, my sub-form doesn't show at all and hence, my command button
to add the record isn't showing either. When I move to a record that has
child records, the form shows fine. any ideas?
table has a foreign key tied to the form's table and the subform is linked
with a master/child using this key. I have a command button on the form used
to open a separate form to add new records. There is also a command button on
the subform which adds records to the subform table.
I added a new record to the main form. There isn't yet a record in the
subform that links. What is happening is that when I select this record from
the main form, my sub-form doesn't show at all and hence, my command button
to add the record isn't showing either. When I move to a record that has
child records, the form shows fine. any ideas?