Results 1 to 2 of 2

Thread: problem in inqueiry

  1. #1
    Join Date
    Sep 2005
    Posts
    3

    problem in inqueiry

    Dear all

    in fact i have problem in like statement
    when i try in ms access in this statement

    select * from faq where faqtitle like 's%';

    the result will be nothing but i am sure there is a title start with so what can i do please feed me back
    my regards

  2. #2
    Join Date
    Aug 2005
    Posts
    29
    wild card in access is * not %
    use like 's*'

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •