G
Guest
I am interested in using a hidden junction table data entry form to enter
data in some fields that have been vetted from another input form that deals
with the two primary tables. The question is: can one unhide a form using
DoCmd? For example, it is very simple to use DoCmd to hide a form with
acHidden. It is possible to fill in some of the fields of that hidden form
using VBA code. However, it is not clear that DoCmd can keep the form open
and simply change the hidden parameter. It is important that the form be
kept open so that the user can continue entering additional data on it once
it becomes visible. I just want to change the hidden property. Is there a
way of doing this seamlessly?
Thanks,
LAF
data in some fields that have been vetted from another input form that deals
with the two primary tables. The question is: can one unhide a form using
DoCmd? For example, it is very simple to use DoCmd to hide a form with
acHidden. It is possible to fill in some of the fields of that hidden form
using VBA code. However, it is not clear that DoCmd can keep the form open
and simply change the hidden parameter. It is important that the form be
kept open so that the user can continue entering additional data on it once
it becomes visible. I just want to change the hidden property. Is there a
way of doing this seamlessly?
Thanks,
LAF