combo box value

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.
 
F

fredg

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.
 
J

Jason

Thanks,

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

Fieldname1_Afterupdate
Fieldname = dlookup(fieldname1)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top