G
GLT
Hi,
I have two Combo fields:
cmb1 (which has a choice of PROD / DEV)
cmb2 - I want to list dates associated either PROD or DEV.
I have this SQL for cmb1:
strSQL = "SELECT DISTINCT tbl01_FullCompare.ShutType,
tbl01_FullCompare.ImpDate FROM tbl01_FullCompare WHERE
tbl01_FullCompare.ShutType = "" & Me![cmbShutType] & "" ORDER BY
tbl01_FullCompare.ImpDate;"
Me![cmbImpDate].RowSource = strSQL
However when I i select the cmbImpDate drop down box, there are no records
listed... can anyone advise how to get this working?
Any assistance is always greatly appreciated...
Cheers,
GLT.
I have two Combo fields:
cmb1 (which has a choice of PROD / DEV)
cmb2 - I want to list dates associated either PROD or DEV.
I have this SQL for cmb1:
strSQL = "SELECT DISTINCT tbl01_FullCompare.ShutType,
tbl01_FullCompare.ImpDate FROM tbl01_FullCompare WHERE
tbl01_FullCompare.ShutType = "" & Me![cmbShutType] & "" ORDER BY
tbl01_FullCompare.ImpDate;"
Me![cmbImpDate].RowSource = strSQL
However when I i select the cmbImpDate drop down box, there are no records
listed... can anyone advise how to get this working?
Any assistance is always greatly appreciated...
Cheers,
GLT.