using Access 97.
I have a form which has a subform with a tabcontrol on it.
The tabcontrol has subforms on each tab.
My problem is when viewing the main form - the fields do not appear in the order that they are in the subform.
masterform contains subDC
subDC contain subcat
subcat is a simple form with 5 fields:
dc category subcategory orders forecast fa con
But when viewing it from the main form the fields appear this way:
category subcategory orders forecast fa con dc
Any idea's how to make the dc field appear in the right place on the main form?
Thanks.
I have a form which has a subform with a tabcontrol on it.
The tabcontrol has subforms on each tab.
My problem is when viewing the main form - the fields do not appear in the order that they are in the subform.
masterform contains subDC
subDC contain subcat
subcat is a simple form with 5 fields:
dc category subcategory orders forecast fa con
But when viewing it from the main form the fields appear this way:
category subcategory orders forecast fa con dc
Any idea's how to make the dc field appear in the right place on the main form?
Thanks.