Pretty sure not; and a best practice is to index fields that you search on; don't set the index property to true on an autonumber field when it's not...
Is the text in a standardized structure - is the post code always following some text that can be counted on to be present and/or info separated by a...
I made some modifications to my database (2007 - 2016 .accdb) on my desktop. When I copied it back to its permanent location on a shared drive (where...
Your table structure is not normalized. Each number drawn should be in its own record. Then a simple aggregate query (not a crosstab) should provide...
Would you mind giving some advice on setting up a query? I'm losing data as though an Inner Join is being performed, ie I'm only showing fields that...
I finished the form that I was working on for the past few days, and plan to use that to template other forms. I changed the record source in the new...