B Brent Jun 10, 2005 #1 Is there a way to return the count of the number of records in a list box? Thanks Brent
D Denis Bisson via AccessMonster.com Jun 10, 2005 #2 Hi Brent, Use [YourListBoxName].[ListCount]-1 if the Column Heads property of your listbox is et to "Yes" or [YourListBoxName].[ListCount] if the Column Heads property of your listbox is et to "No". Cheers! Denis
Hi Brent, Use [YourListBoxName].[ListCount]-1 if the Column Heads property of your listbox is et to "Yes" or [YourListBoxName].[ListCount] if the Column Heads property of your listbox is et to "No". Cheers! Denis