RE: ListBox and Recno()

Author: Stephen the Cook

Posted: 2005-01-26 at 09:44:10

Stuart Dunkeld wrote:

> On Wed, 26 Jan 2005 07:59:54 -0600, Stephen the Cook

> <stephen.russell@adribbers.com> wrote:

>

>> Doesn't anyone use something like ItemData or ItemIDData for

>> retrieving this?

>>

>> In .NET you have this.ComboBox1.SelectedIndex to give you the item #

>> in the control your using.

>

> I think the issue is to be able to tie the listbox rows back to the

> underlying table, not specifically to know what row is selected in

> the listbox.

Isn't that what a P-Key is all about? Recno() is so wrong (IMO).

Especially if you have a joined table for your data source.

Stephen Russell

S.R. & Associates

Memphis, TN 38115

901.246-0159

©2005 Stephen the Cook