Hi, I have a listbox on a subform and I want to display the .ListCount property underneath it, the following displays this
What I was wondering is if there is a way to shorten this expression? Gets really tiring writing out these long qualifiers every timeCode:Forms![MempBercMainFrm2].[Form]![MempBercListBox].[Form]![txtTotMemp] = Forms![MempBercMainFrm2].[Form]![MempBercListBox].[Form]![lstbMempComplaints]. [ListCount]
Thanks for any help
David