M
M
I have almost always understood programming in Access.
VBA, SQL and almost every control. However, I am still
baffled by Combo Boxes. Even with the wizards they
confound me. Here is my current/persistant dilemma:
1) I have a table with [ID] and [NAME]. Using the wizard,
I tie my ComboBox to this table.
2) I have a query with corresponding fields. The [ID]
field has criteria of [Forms]![frmMyForm]![cboID].
3)My ComboBox has been set up with the wizard to get
values from the aformentioned [ID] Table.
4)When I choose a [NAME] from the ComboBox, the underlying
query needs to filter using the corresponding value from
the ComboBox/Table [ID] field.
What am I continuing to miss here?!? AfterUpdate?
BeforeUpdate? LostFocus? Anything?
Thanks
M
VBA, SQL and almost every control. However, I am still
baffled by Combo Boxes. Even with the wizards they
confound me. Here is my current/persistant dilemma:
1) I have a table with [ID] and [NAME]. Using the wizard,
I tie my ComboBox to this table.
2) I have a query with corresponding fields. The [ID]
field has criteria of [Forms]![frmMyForm]![cboID].
3)My ComboBox has been set up with the wizard to get
values from the aformentioned [ID] Table.
4)When I choose a [NAME] from the ComboBox, the underlying
query needs to filter using the corresponding value from
the ComboBox/Table [ID] field.
What am I continuing to miss here?!? AfterUpdate?
BeforeUpdate? LostFocus? Anything?
Thanks
M