Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Parameter keeping the last input value.

Status
Not open for further replies.

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));
 
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
 
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top