I have an access db, which contains a data access page (dap) and a form that users can search with. The search screen is not a dap, however I would like certain users to be able to get to the search screen via the dap.
My problem is this, with the link to the search screen users have to...
Thanks
Thanks pbaldy - the error was in the BuildFilter. Specificaly it was trying to filter for a field that was removed. Removed the unnecessary code for the field and the BuildFilter worked and so did the Search.
Please help - cannot figure out why the search form I have keeps returning the run-time error 3131. Syntax error in FROM Clause. Everything looks good, and I have even rennamed objects in hopes that I didn't steel a naming convention. Put brackets around qrys etc. Nothing, so please anyone (a...
Sorry - I should have been a little more specific. I am working with a Data Access Page. (Yes I know about metter methods, but this is what I have to work with).
Under each Category is a list of records. Within each records are at most 7 hyperlinks to documents (word, excel, power point)...
I have a Data Access Page that is a simile list with subcategories. Within this list several fields are designated as Hyperlinks to documents on our intranet. My problem is this.
When developing the page and I click on the link a new windows will open with the document. However when users go...
We have a DAP that is for an Intranet setting. Font end is a .mde for a single user to enter information. The DAP is for all users to view only.
This page contains expandible categories to see the detail subjects below. Multiple fields make up the detail subject.
When viewed the users...