
Originally Posted by
lsiftar
Okay so I have done this, and I've also added the option of selecting "N/A" under the material field, as some cables will not need Aluminum/Steel/PVC. I am finally seeing results. Seeing as I am fairly new to Access, I don't know an expression to put into the criteria of "Resistance" that will display all resistance values that I want.
If I try the method of expression building that I have been using, I will run out of characters in the expression builder. My expression is something like this:
Switch([Cable Size]="14 AWG" And [Raceway Material]="Aluminum",[Resistance],[Cable Size]="14 AWG" And [Raceway Material]="Steel",[Resistance],[Cable Size]="14 AWG" And [Raceway Material]="PVC",[Resistance])
And so forth, but I have 21 cable sizes to do this for and I don't think it will fit inside the expression builder. Is there a more efficient way I can do this? Thanks