sancaguy
09-19-2007, 01:39 AM
Dear Supporters!
I'm a beginner VB user so I've a simple question about VB in Access.
I have a listbox and some independent input fields.
How can I realize if a user click on the list the actual record will appear in the fields.
I used the following code on the OnClick event:
FieldName.Value = ListBoxName.Value
But it sent me a "Run-time error 424 - object required" message.
What should I do?
Sorry for this easy question and previously thanks for help!
SGuy...
I'm a beginner VB user so I've a simple question about VB in Access.
I have a listbox and some independent input fields.
How can I realize if a user click on the list the actual record will appear in the fields.
I used the following code on the OnClick event:
FieldName.Value = ListBoxName.Value
But it sent me a "Run-time error 424 - object required" message.
What should I do?
Sorry for this easy question and previously thanks for help!
SGuy...