D
Dimeola
Guest
I entered the following Control Source code with no problem:
=Trim(Mid$(Nz(IIf([A]=Yes,", Concrete Ramp",""))+Nz(IIf([D]=Yes,", Boarding Floats"))+Nz(IIf([E]=Yes,", Transient Floats"))+Nz(IIf([F]=Yes,", Gangway"))+Nz(IIf([G]=Yes,", Access Road"))+Nz(IIf([H]=Yes,", Paved Parking"))+Nz(IIf(=Yes,", Gravel Parking"))+Nz(IIf([J]=Yes,", Ski FLoat"))+Nz(IIf([K]=Yes,", Breakwater"))+Nz(IIf([L]=Yes,", Piling"))+Nz(IIf([M]=Yes,", Vault RR"))+Nz(IIf([N]=Yes,", Flush RR"))+Nz(IIf([P]=Yes,", Utilities"))+Nz(IIf([Q]=Yes,", Debris Boom"))+Nz(IIf([R]=Yes,", Dredging"))+Nz(IIf([W]=Yes,", Composting RR"))+Nz(IIf([X]=Yes,", Fishing Pier/Cleaning Station"))+Nz(IIf([Z]=Yes,", Fuel Station"))+Nz(IIf([AA]=Yes,", Cantilever Ramp"))+Nz(IIf([AB]=Yes,", Pole Slide"))+Nz(IIf([AC]=Yes,", Carry Down Trail"))+Nz(IIf([AD]=Yes,", Land Acquistion"))+Nz(IIf([AE]=Yes,", Gravel Ramp"))+Nz(IIf([AF]=Yes,", Showers"))+Nz(IIf([AG]=Yes,", Portable RR"))+Nz(IIf([AH]=Yes,", Riprap"))+Nz(IIf([AI]=Yes,", Overnight Moorage"))+Nz(IIf([AK]=Yes,", Boat Hoist")),2,255))
The problem that I am having is that I need to add more code, which means I will exceed the maximum 2048 characters that are allowed. Any advice? I would like to use VBA but have limited VBA syntax skills.
Thanks
Chris
=Trim(Mid$(Nz(IIf([A]=Yes,", Concrete Ramp",""))+Nz(IIf([D]=Yes,", Boarding Floats"))+Nz(IIf([E]=Yes,", Transient Floats"))+Nz(IIf([F]=Yes,", Gangway"))+Nz(IIf([G]=Yes,", Access Road"))+Nz(IIf([H]=Yes,", Paved Parking"))+Nz(IIf(=Yes,", Gravel Parking"))+Nz(IIf([J]=Yes,", Ski FLoat"))+Nz(IIf([K]=Yes,", Breakwater"))+Nz(IIf([L]=Yes,", Piling"))+Nz(IIf([M]=Yes,", Vault RR"))+Nz(IIf([N]=Yes,", Flush RR"))+Nz(IIf([P]=Yes,", Utilities"))+Nz(IIf([Q]=Yes,", Debris Boom"))+Nz(IIf([R]=Yes,", Dredging"))+Nz(IIf([W]=Yes,", Composting RR"))+Nz(IIf([X]=Yes,", Fishing Pier/Cleaning Station"))+Nz(IIf([Z]=Yes,", Fuel Station"))+Nz(IIf([AA]=Yes,", Cantilever Ramp"))+Nz(IIf([AB]=Yes,", Pole Slide"))+Nz(IIf([AC]=Yes,", Carry Down Trail"))+Nz(IIf([AD]=Yes,", Land Acquistion"))+Nz(IIf([AE]=Yes,", Gravel Ramp"))+Nz(IIf([AF]=Yes,", Showers"))+Nz(IIf([AG]=Yes,", Portable RR"))+Nz(IIf([AH]=Yes,", Riprap"))+Nz(IIf([AI]=Yes,", Overnight Moorage"))+Nz(IIf([AK]=Yes,", Boat Hoist")),2,255))
The problem that I am having is that I need to add more code, which means I will exceed the maximum 2048 characters that are allowed. Any advice? I would like to use VBA but have limited VBA syntax skills.
Thanks
Chris