Hi All,
I am trying to set the column order in a sub form. This depends on different settings in my options file.
I have on "got focus" of the sub form a sub with
Me.tblxx_Gemeinde_ID.ColumnOrder = 1
Me.vorschlag.ColumnOrder = 2
Me.tbl_Auftrag_ID.ColumnOrder = 3
Me.tblxx_Haushaltsabschnitte_ID.ColumnOrder = 4
Me.tblxx_Taetigkeit_id.ColumnOrder = 5
etc....
But the Field "Vorschlag" is an unbound field and will persist in claiming the first column!
Am I doing something silly??
Thanks for any ideas
Marion
I am trying to set the column order in a sub form. This depends on different settings in my options file.
I have on "got focus" of the sub form a sub with
Me.tblxx_Gemeinde_ID.ColumnOrder = 1
Me.vorschlag.ColumnOrder = 2

Me.tbl_Auftrag_ID.ColumnOrder = 3
Me.tblxx_Haushaltsabschnitte_ID.ColumnOrder = 4
Me.tblxx_Taetigkeit_id.ColumnOrder = 5
etc....
But the Field "Vorschlag" is an unbound field and will persist in claiming the first column!

Am I doing something silly??
Thanks for any ideas
Marion