E
Evan
Although I've taken 2 Access courses, have Cashman's book and read countless
posts; I'm still uncertain re: "wording" & syntax. I've created a form with a
comboBox and subform. I named:
the form "AllCountry",
the comboBox "ComboCN"
and the form used as the subform "BrSch"
In writing code should I use:
"cboComboCN" to refer to the combobox?
"Form!AllCountry" to refer to the Form?
"Form!AllCountry!Form!BrSch" to refer to the subForm?
And although I'm using the me. syntax/statement in my code I don't fully
understand it.
Thanks so much for any help yo can offer me.
Evan
posts; I'm still uncertain re: "wording" & syntax. I've created a form with a
comboBox and subform. I named:
the form "AllCountry",
the comboBox "ComboCN"
and the form used as the subform "BrSch"
In writing code should I use:
"cboComboCN" to refer to the combobox?
"Form!AllCountry" to refer to the Form?
"Form!AllCountry!Form!BrSch" to refer to the subForm?
And although I'm using the me. syntax/statement in my code I don't fully
understand it.
Thanks so much for any help yo can offer me.
Evan