I am using MSAccess 2000 and I would like to combine the following statement:
Label176.Visible = True: [BalQty].Visible = True: [ScanBal].Visible = True: [ScanIns].Visible = True
To something like this if possible:
Label176, [BalQty], [ScanBal], [ScanIns].Visible = True
I'm not sure if this is even possible. I think I have tried every possible combination of , ; &
Any suggestions, Thank you.
Label176.Visible = True: [BalQty].Visible = True: [ScanBal].Visible = True: [ScanIns].Visible = True
To something like this if possible:
Label176, [BalQty], [ScanBal], [ScanIns].Visible = True
I'm not sure if this is even possible. I think I have tried every possible combination of , ; &
Any suggestions, Thank you.