Hello friends,
I been a member of Access-programmers for like 5-6 days now, and since then i learnt quite a bit about access database's.
Since i was completely new to access database took a while before i could conjure a database.
At the moment i have a table with two fields i.e Keyword and Description.
I have a query and i have managed to make a criteria for keyword field:
Like [forms]![formname]![fieldname] & "*" and i am able to pull out results depending upon the keyword searched.
The challenge is i am not able to make a form with unbound values.
I need help with creating a form which has 2 fields i.e Keywords and Description and a search button. Once i type in the keyword and hit search it should display the results in the description field.
Help / instructions appreciated.
I been a member of Access-programmers for like 5-6 days now, and since then i learnt quite a bit about access database's.
Since i was completely new to access database took a while before i could conjure a database.
At the moment i have a table with two fields i.e Keyword and Description.
I have a query and i have managed to make a criteria for keyword field:
Like [forms]![formname]![fieldname] & "*" and i am able to pull out results depending upon the keyword searched.
The challenge is i am not able to make a form with unbound values.
I need help with creating a form which has 2 fields i.e Keywords and Description and a search button. Once i type in the keyword and hit search it should display the results in the description field.
Help / instructions appreciated.