Feb 28, 2007 #1 ciarra41 Technical User Sep 11, 2006 116 US How could I have a parameter query save the last value or values I enter until I change them. SELECT DISTINCT FROM Maxtbl WHERE (((InStr("," & [Enter Comma for separated SKUS ] & ",","," & [Maxtbl.SKUS] & ","))>0));
How could I have a parameter query save the last value or values I enter until I change them. SELECT DISTINCT FROM Maxtbl WHERE (((InStr("," & [Enter Comma for separated SKUS ] & ",","," & [Maxtbl.SKUS] & ","))>0));
Feb 28, 2007 #2 AlexCuse Programmer Apr 13, 2006 5,416 US You can take the parameter value from a form control perhaps? Hope it helps, Alex Ignorance of certain subjects is a great part of wisdom Upvote 0 Downvote
You can take the parameter value from a form control perhaps? Hope it helps, Alex Ignorance of certain subjects is a great part of wisdom
Feb 28, 2007 #3 traingamer Programmer Jun 18, 2002 3,270 US And have the form control based on a table of values which would then persist from session to session. Greg "Personally, I am always ready to learn, although I do not always like being taught." - Winston Churchill Upvote 0 Downvote
And have the form control based on a table of values which would then persist from session to session. Greg "Personally, I am always ready to learn, although I do not always like being taught." - Winston Churchill