populating data into a combobox using dlookup

J

Jeff

Hi,
When I try to copy data into an unbound combobox using dlookup, i got the
following error:
run-time error '2115'
The macro or function set to the BeforeUpdate or ValidationRule property
for this field is preventing Microsoft Access from saving the data in the
field.

I have not validation rule set up on the combobox. However, I have the
row source set to a query which brings down the vendor names.


Thanks,
 
G

Graham R Seach

J

Jeff

Graham,
Thanks for your response. I got that to work now, i need to use
controlname.VALUE instead of .text

Jeff
 
Top