Search results

  1. S

    How to use like * with criteria table

    Hi I am using a table that stored all criteria I need. I have a query that show result from criteria table. Iam using "In (SELECT [Field] FROM MyTable)" But the result shows only exact match. I want to view result using like "*" to view all result that contain a single word for example...
  2. S

    Need query to return last 10 days

    Hi Expert I need query to return last 10 days from last date in the table. I have use the following creteria >=DateAdd("d",-1,Date())-10 but this will return the last date from the current date. I need to return the last 10 days depends on last day in the table. note the table called...
  3. S

    searching combobox by a letter

    Good day experts I am a newbie in MS Access and I would like to make a combobox that searching its contents by enter any letter. for example if I want to find China I enter "ina" or "hina" or event on letter "n" I appreciated if any expert can update my attached databse file to my request...
Back
Top Bottom