I found out some more informtion on this,
My table contains a column which has entries such as "Check 1", "Check 2", "Check 3" for example. From the Access page, when I highlight the word "Check" in the "Check 1" entree and click the filter icon, the returns I get is for "Check 1" only
The...
And here it is if you can't fing the post
<SCRIPT language=vbscript event=onclick for=command0>
<!--
' Clone the recordset.
Dim rs
Set rs = MSODSC.DataPages(0).Recordset.Clone
On error resume next
-->
rs.find "Description Like '%" & CStr(inputbox("Enter a Key Word","Find")) &"%'"
' Custom...
I have a fairly simple database that I have created an Access HTML page from using the wizard.
When you open the new Access page, highlight a word and click the filter icon, it will not find all the records. There seems to be no consistancy on what it finds.
I may Filter the word "Check" and...
I really need some help trying to fiugure this out. I'm just starting to dive into the world of Access and this is the first VBA experience I have had. So here's the sccop.
I have an Access database. In column 1 are numbers, in column 2 are descriptions that contain multiple words.
I created...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.