I need to be able to update any 1 of 3 fields in a table by using a function.
I have set the a recordset as below:
Set result=mybb.openrecordset("MYTABLE")
I find the record I need to update using
Result.findfirst Criteria
Then I need to be able to update 1 of 3 fields with...
I want users to be able to enter 3 or 4 characters into a field if these characters have been recognised before then offer them otion of accepting the whole word similar to how excel does it. Is there a procedure anyone has written or do I start from Scratch?
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.