Oops, the picture of the little car in the earlier post is supposed to be the word "Auto" in square brackets! Guess I should have previewed the post before submitting it.
It may be due to the "new" table property "Subdatasheet Name".
Apparently if the table you are trying to open has this property set to "[Auto]" (the default), Access searches all your other tables looking for related columns. Open one of your local tables in...
Add a reference to the combobox to the query the form is based on.
In the query, under the "Vendor" column, in the row labeled "criteria", enter [Forms]![formName]![comboboxName]
You could write your own rank function like the one below.
If used in a query, I suggest that you always use a "MakeTable" query, function calls can be strange when you are scrolling around in a "Select" query result table.
Note that you must call the function twice in your...
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.