S
Stuemper
Guest
Hello,
I urgently need an API for VB(A) Objects in MS Access.
Where can I get the names of the Properties of Objects like Option Groups or List Fields from? It's a riddle each time.
I need an API like the follwing (general example)
object: optionGroup
property: Value -> value of the selected button
so --> Me.Controls.Item("Group1").Value
why is there nothing similar in MS Access?
I urgently need an API for VB(A) Objects in MS Access.
Where can I get the names of the Properties of Objects like Option Groups or List Fields from? It's a riddle each time.
I need an API like the follwing (general example)
object: optionGroup
property: Value -> value of the selected button
so --> Me.Controls.Item("Group1").Value
why is there nothing similar in MS Access?