View Single Post
  #4 (permalink)  
Old 05-20-2008, 05:02 PM
Unregistered
 
Posts: n/a
Default ANY answer. Re: "Condition table" query

Perhaps create a (normalized) view that eliminates the wildcards and explicitly names every combo in the "Condition table" -> then join to the view. It sounds like the wildcards are there to make data entry easier, but they're making the table difficult to use.
Reply With Quote