G
Guest
Hi,
I'm trying to setup a form that will look for a specific record on my table.
Basically I have followed the guidance given in the following article:
http://www.access.qbuilt.com/html/find_a_record.html
But unfortunately I encountered some problems:
1- For the first selection, it is OK, but if ever I try another string in my
Combo box, the result would be an update of the current record, which is not
the purpose of my for (only a query, no update, add or deletion).
2- I went to tried to setup the Edit property in the form to false and I
have added the necessary code to enable editing only on the combo box but
unfortunately I the form was not working correctly (a lot of error messages…)
So basically I will need your help:
To make my form work in only query mode with the possibility in my combo Box
to enter a data like “toto*†or “*toto†If I want to make a query for a
field that I know only the first part or the last part.
Thanks in advance,
Asma
I'm trying to setup a form that will look for a specific record on my table.
Basically I have followed the guidance given in the following article:
http://www.access.qbuilt.com/html/find_a_record.html
But unfortunately I encountered some problems:
1- For the first selection, it is OK, but if ever I try another string in my
Combo box, the result would be an update of the current record, which is not
the purpose of my for (only a query, no update, add or deletion).
2- I went to tried to setup the Edit property in the form to false and I
have added the necessary code to enable editing only on the combo box but
unfortunately I the form was not working correctly (a lot of error messages…)
So basically I will need your help:
To make my form work in only query mode with the possibility in my combo Box
to enter a data like “toto*†or “*toto†If I want to make a query for a
field that I know only the first part or the last part.
Thanks in advance,
Asma