I have been using vba to set the column order on a number of subforms. I've got the following code in the load form event 'Me.[First Name].ColumnOrder = 1' which works fine.
However, I tried to do the same thing to a form where the default view is 'Split Form' and I'm getting the following error message: "You can't set the ColumnOrder property when you are in Form view or Print Preview".
Is there a way to set the column order programmatically?