sir,
suppose if the question is how many stations are there ,then if i give some word matching the question in table in the textbox named keyword ,i want to get that question
docmd.applyfilt er "SELECT tblexam.* FROM tblexam WHERE tblexam.questio n like ' * '" & [Forms]![frmsetquestions]!keyword & "' * ' "
please help me
thanks in advance
suppose if the question is how many stations are there ,then if i give some word matching the question in table in the textbox named keyword ,i want to get that question
docmd.applyfilt er "SELECT tblexam.* FROM tblexam WHERE tblexam.questio n like ' * '" & [Forms]![frmsetquestions]!keyword & "' * ' "
please help me
thanks in advance
Comment