View Single Post

  #7 (permalink)  
Old 08-23-2002
Anonymous Anonymous is offline
Senior Member
Black Belt
 
Join Date: Jul 2002
Posts: 5,138
You can easily work around this by creating a query that uses a linked text file that has a join to the field where you would otherwise use a parameter. Simply put, change the value in the text file just prior to running the stored query. For example if you were interested in only plotting data associated with Florida, you would change the value in the text file to FL. Having the linked text file joined to the state field in your table will yield the desired result set.
Reply With Quote