Good morning,
I am trying to fugure out how to select a value and show it based upon a boolean.
I have a access database that has a table where the values I want to output need to be put together. I want the value output in the group field. (i.e. Modification: Width X Height X Depth).
Width Depth Height WidthMOD DepthMOD HeightMOD
12 12 12 0 0 0
12 24 24 0 -1 -1
sudo code:
if WidthMOD or DepthMOD or HeightMOD = True Then
output "Width & Depth & Height"
endif
Ideas???
Michael
I am trying to fugure out how to select a value and show it based upon a boolean.
I have a access database that has a table where the values I want to output need to be put together. I want the value output in the group field. (i.e. Modification: Width X Height X Depth).
Width Depth Height WidthMOD DepthMOD HeightMOD
12 12 12 0 0 0
12 24 24 0 -1 -1
sudo code:
if WidthMOD or DepthMOD or HeightMOD = True Then
output "Width & Depth & Height"
endif
Ideas???
Michael