antdickens
Programmer
can anybody see anything wrong with this statement.
i am trying to select the description from the datafromchance table which has the same stock code as the pcode field on the form.
Me.desc1 = DLookup "[description1]", "datafromchance", "[stockcode] = me.pcode "
i get a runtime error 2001
you cancelled the previous operation
all help greatly appreciated
i am trying to select the description from the datafromchance table which has the same stock code as the pcode field on the form.
Me.desc1 = DLookup "[description1]", "datafromchance", "[stockcode] = me.pcode "
i get a runtime error 2001
you cancelled the previous operation
all help greatly appreciated