G
Guest
To date most data entry screens have been -
frmMain with subfrmDE for data entry and subfrmDS for the datasheet view.
The entry
Set Me.subfrmDE.Form.Recordset = Me.subfrmDS.Form.Recordset
in Form_Load of frmMain has provided the linking.
The current situation is that I need much more real estate and it seems
appropriate to have my first experience with the Tab Control.
This would then mean that the tab pages would contain data entry subforms of
the main data entry form plus the datasheet view.
I can't figure out how to have the datasheet view on a Tab page (and linked
as I have been doing) or, if it is possible.
Thanks
frmMain with subfrmDE for data entry and subfrmDS for the datasheet view.
The entry
Set Me.subfrmDE.Form.Recordset = Me.subfrmDS.Form.Recordset
in Form_Load of frmMain has provided the linking.
The current situation is that I need much more real estate and it seems
appropriate to have my first experience with the Tab Control.
This would then mean that the tab pages would contain data entry subforms of
the main data entry form plus the datasheet view.
I can't figure out how to have the datasheet view on a Tab page (and linked
as I have been doing) or, if it is possible.
Thanks