V
Vladimír Cvajniga
I'm using Czech version of A2002 but, as far as I can remembre, it was
similar in A97.
I have a ListBox lstOrg with this properties:
..ColumnCount = 9
..ColumnHeads = False
..ColumnWidths =
0cm;0cm;1,639cm;2,029cm;4,577cm;3,898cm;3,898cm;3,898cm;3,806cm
..RowSourceType = Table/Query
..RowSource =
.... and a TextBox txtOrgCount:
..ControlSource = =[lstOrg].[ListCount]
lstOrg.RowSource will be generated leater according to user's interaction.
But, weird, empty lstOrg gives ListCount = 1!!! Combo-boxes behave the samwe
way. Is there any workaround? Am I doing something wrong?
I know there's a problem with ColumnHeads property, but it is set to False
(No)... :-/
similar in A97.
I have a ListBox lstOrg with this properties:
..ColumnCount = 9
..ColumnHeads = False
..ColumnWidths =
0cm;0cm;1,639cm;2,029cm;4,577cm;3,898cm;3,898cm;3,898cm;3,806cm
..RowSourceType = Table/Query
..RowSource =
.... and a TextBox txtOrgCount:
..ControlSource = =[lstOrg].[ListCount]
lstOrg.RowSource will be generated leater according to user's interaction.
But, weird, empty lstOrg gives ListCount = 1!!! Combo-boxes behave the samwe
way. Is there any workaround? Am I doing something wrong?
I know there's a problem with ColumnHeads property, but it is set to False
(No)... :-/