Eightball3
Registered User.
- Local time
 - Today, 02:51
 
- Joined
 - Jun 30, 2010
 
- Messages
 - 18
 
This code will retrieve the column order of a specified control name:
 
Forms("frmMain").Controls("frmSub").Form.Controls("field_name").ColumnOrder
 
I would like to retrieve the control name if the column is specified. In the above example there is a main form and the subform is a datasheet.
 
Anyone able to help? Thanks
 Forms("frmMain").Controls("frmSub").Form.Controls("field_name").ColumnOrder
I would like to retrieve the control name if the column is specified. In the above example there is a main form and the subform is a datasheet.
Anyone able to help? Thanks