Hi,
I have a split form with several fields. Unfortunately, the orientation of the split form (spreadsheet portion) constantly reverses the orientation randomly when I navigate away and back to it.
I can obviously change this myself by going to the property sheet and resetting the Orientation back to "Left-to-Right." However, I would navigate away and back again, and it would randomly switch back to "Right-to-Left." I tried fixing this with VBA using the following code:
Private Sub Form_Load()Form.Orientation = 0End Sub
but then I get a "Run-time error '2136' To set this property, open the form or report in Design view."
Does anyone know what is causing the Orientation to randomly switch and reverse the column order? Or does anyone know how to permanently fix the split form in the "Left-to-Right" ???