combo box value

  • Thread starter Thread starter Jason
  • Start date Start date
J

Jason

I thought that I could use a combo(1) to retrieve the 2nd field in the
combobox.rowsource but this generates #error.

Thanks,
J.
 
I thought that I could use a combo(1) to retrieve the 2nd field in the
combobox.rowsource but this generates #error.

Thanks,
J.

Well, perhaps you only have 1 column, not 2.
Or perhaps you used the wrong syntax.
Or perhaps ........
Hard to tell with the little information you have provided.
 
Thanks,

Now I can get rid of
Form_OnCurrent
Fieldname = dlookup(fieldname1)

Fieldname1_Afterupdate
Fieldname = dlookup(fieldname1)
 
Back
Top