S
Sean
I know this should be easy but, I don't know the jargon for it So,
Microsoft's "dictionary" help is of no use.
How do I split a piece of code over multiple lines to make it easier to read
and maintain o limited screen real estate.
e.g.:
BoxCount = DCount("*", "tblBox", "[BoxReadySwitch] = False And
[AssignedToShipmentSwitch] = False AND [AssignedToVendorSwitch] = False AND
[BoxCompletedSwitch] = False")
Thanks
Sean
Microsoft's "dictionary" help is of no use.
How do I split a piece of code over multiple lines to make it easier to read
and maintain o limited screen real estate.
e.g.:
BoxCount = DCount("*", "tblBox", "[BoxReadySwitch] = False And
[AssignedToShipmentSwitch] = False AND [AssignedToVendorSwitch] = False AND
[BoxCompletedSwitch] = False")
Thanks
Sean