> A lookup list box would get its data from a table in the database right.
> why not do something like this
> 
> SELECT COUNT(*) INTO .vCount FROM TableName WHERE (same where clause as 
> list box if there is one)

Just slower.  The info is already in that listbox, I was hoping to get it
without going out to disk again.  The technique you describe works fine.
--
Larry

Reply via email to