Try using the keyword "like" in your query.
"WHERE table1.recordID Like "*" Forms![InputForm]!cmbRecordID "*" "
May be that's what you are looking for.
"WHERE table1.recordID Like "*" Forms![InputForm]!cmbRecordID "*" "
May be that's what you are looking for.
Comment