A combobox in the items field on subform

  • Thread starter Thread starter gsb58
  • Start date Start date
G

gsb58

Hi!

In a typical frmOrders with a subform: frmOrderdetails

you would surely like the Items field to be a combobox in order to
lookup values.

Anybody that know about an article on this issue?

(ref: Visual Studio .NET 2003 C#)

Me.Name
 
Hi!

Forget it. I found the answer.

I just placed a combobox on the field and bound it to a datasource

Me.Name
 
Back
Top