variable

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a table(ques) with colums qno,questions,group,ptep and ptep_phase.
ptep_phase is a sub group of ptep (ie one ptep can have many ptep_phase).

I have two combos in my forms (ptep and ptep_phase) and i am trying to
populate records for the second combo (ptep_phase) on change of ptep combo.
one more thing i need to retrive records containing words which iam going to
give in a text box (like search) if i use a query like


select questions fron ques where questions like'*how*';

it is reterving records containing the word "how" but if i want that word to
be entered through a text box .how to do it ????
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top