E
enrico via AccessMonster.com
my combobox is queried base on the year you input on a particular textbox.
the problem is nothing appears on my combobox. this is the query on the
control source of my combobox, i don't know if it's correct:
SELECT tblClient.Group
FROM tblClient
WHERE (((tblClient.Year)='" & me.txtYear & "'))
please tell what's wrong with my query or on the whole process of getting my
data
the problem is nothing appears on my combobox. this is the query on the
control source of my combobox, i don't know if it's correct:
SELECT tblClient.Group
FROM tblClient
WHERE (((tblClient.Year)='" & me.txtYear & "'))
please tell what's wrong with my query or on the whole process of getting my
data