Can anyone help me with this issue:
I have a query form which runs like this:
Field: Division Diploma Modules Name Modules Number Level
Table: Module Module Module Module Module
Sort:
Show: „Ï „Ï „Ï „Ï „Ï
Criteria:Like ¡§BE¡¨
I have also create a subform query which based on this, a combo box which let the users choose the "Diploma" name.
My problem is althought all of this have been done there is no result return when i click on my combo box. How can i solve this?
(this is my source code for the combo box)
Private Sub cboDiploma_AfterUpdate()
Form.RecordSource = "Select Diploma from qryBE where Diploma='" & cboDiploma & "'"
Form.Requery
I have a query form which runs like this:
Field: Division Diploma Modules Name Modules Number Level
Table: Module Module Module Module Module
Sort:
Show: „Ï „Ï „Ï „Ï „Ï
Criteria:Like ¡§BE¡¨
I have also create a subform query which based on this, a combo box which let the users choose the "Diploma" name.
My problem is althought all of this have been done there is no result return when i click on my combo box. How can i solve this?
(this is my source code for the combo box)
Private Sub cboDiploma_AfterUpdate()
Form.RecordSource = "Select Diploma from qryBE where Diploma='" & cboDiploma & "'"
Form.Requery