J
John Evans
I have a problem which I've asked many people for help.
Still can't get this to work.Your help would be much
appreciated.
I have a parent form and another form (can be subform)
with a one(parent)-to-many relationship + ref integrity
and cascade update. My parent form needs to be displayed
on one screen but the screen has a lot of entry controls
so - there is not enough room for the subform. I would
like to call the form/subform for data entry then hide it
(can't close it if it is a form as parent form is not yet
saved). If I make it a subform and try to use a macro from
a tick box on main form to set the subform 'visible'
property to True and then have a similar control on the
subform to hide the subform - I get the message that the
subform is not an OLE object so it won't work. Surely this
is not an uncommon situation? Maybe I'm just thick but I
have tried so many ways of doing this (don't know VB code)
and keep failing. Closest I have got is 2 related forms
making child form default ID same as Parent form ID. Both
forms have PK and ID format is same.Doesn't update for
next form.
Thanks for any help - hope I explained this enough.
Still can't get this to work.Your help would be much
appreciated.
I have a parent form and another form (can be subform)
with a one(parent)-to-many relationship + ref integrity
and cascade update. My parent form needs to be displayed
on one screen but the screen has a lot of entry controls
so - there is not enough room for the subform. I would
like to call the form/subform for data entry then hide it
(can't close it if it is a form as parent form is not yet
saved). If I make it a subform and try to use a macro from
a tick box on main form to set the subform 'visible'
property to True and then have a similar control on the
subform to hide the subform - I get the message that the
subform is not an OLE object so it won't work. Surely this
is not an uncommon situation? Maybe I'm just thick but I
have tried so many ways of doing this (don't know VB code)
and keep failing. Closest I have got is 2 related forms
making child form default ID same as Parent form ID. Both
forms have PK and ID format is same.Doesn't update for
next form.
Thanks for any help - hope I explained this enough.