I have 3 fields ...
Sample and Drawing are Boolean. When one (or both) are checked .. i want the Design field to reflect this.
So, for Design's Default value .. I added the following
I get a type mismatch error.
Any thoughts?
[blue]There's no place like 127.0.0.1 ...[/blue]
Sample and Drawing are Boolean. When one (or both) are checked .. i want the Design field to reflect this.
Code:
[u]Sample[/u] [u]Drawing[/u] [u]Design[/u]
yes Sample
yes Drawing
yes Drawing
yes Sample
yes yes Sample, Drawing
So, for Design's Default value .. I added the following
Code:
Switch (Sample=1, "Sample", DrawReq=1, "Drawing")
I get a type mismatch error.
Any thoughts?
[blue]There's no place like 127.0.0.1 ...[/blue]