Hello all;
I’m stuck! I have a bit of code that works just fine in a small developmental spreadsheet that I used to figure out if and how I could do this, but when I cut and paste it into my larger spreadsheet I get the following error.
“Object variable or With block variable not set”
It...
I am trying to create a form where the user selects the distinct first letter of the last names from a list box.
SELECT DISTINCT [qryMem].[LETTER] FROM qryMem;
Then from a list box containing the distinct last names;
SELECT DISTINCT [qryMem].[LAST_NAME], [qryMem].[LETTER] FROM qryMem WHERE...
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.