Parameter Query
How To Use A TempVar As A Parameter For Your Update Query
Have you ever wanted to use a parameter that is not stored on a form somewhere as a parameter for your update query? Well this example will show you how you can use an input box to enter a parameter and that you can use in your update query. The impetus for this idea was […]
Access Parameters Using TempVars
Access TempVars are like using query parameters. TempVars seem to be like Session variables for your Access application. In the past I was using hidden forms to store parameters for my queries, but TempVars can be useful to do the same thing. I have seen this in use and wanted to share it with you. […]