I was wondering if anyone had any ideas on how to run a locked Access DB in IE. I have been given a 3rd party read-only locked DB and asked to give everyone access to it through our Intranet.
I am trying to create an index number using values in another table. I need to be able to concatinate multiple values and store them as a single value in a table. For Example:
object type - wm
street index - 173
Block number - 200
Incremental # - 001
creates a value of wm173200001 to be...
I am trying to allow users to search a memo field using a keyword, so I need to be able to add the LIKE "*comments*" to the query criteria, but comments is from a form. This is the code I came up with, but it does not work
criteria: Like "*[Forms]![FormQuery].[comments]*"...
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.