C
CW
My frmMain has tblInquiries as its record source.
I also have frmEvents, based on tblEvents, which records the progress of
inquiries and orders.
One important field, BookedDate, is in tblEvents and is usually updated on
frmEvents.
However, the users would prefer it to be displayed and editable on frmMain.
I have created a subform on there containing this one field and this works
in principle, but the subform covers up several adjoining controls. I have
shrunk it to what appears to be the smallest possible size when looked at in
View mode, but it is actually rather larger than it appears (as can be seen
in Design mode).
How can I crop it to the smallest possible size (just the size of the
control itself)?
Or is there a better way of achieving what I need to do (make a field from
another table editable on my Main form?
Many thanks
CW
I also have frmEvents, based on tblEvents, which records the progress of
inquiries and orders.
One important field, BookedDate, is in tblEvents and is usually updated on
frmEvents.
However, the users would prefer it to be displayed and editable on frmMain.
I have created a subform on there containing this one field and this works
in principle, but the subform covers up several adjoining controls. I have
shrunk it to what appears to be the smallest possible size when looked at in
View mode, but it is actually rather larger than it appears (as can be seen
in Design mode).
How can I crop it to the smallest possible size (just the size of the
control itself)?
Or is there a better way of achieving what I need to do (make a field from
another table editable on my Main form?
Many thanks
CW