pedie
Well-known Member
- Joined
- Apr 28, 2010
- Messages
- 3,875
Hi, Currently 'm trying to update a huge table with emp. information. Whn i use below query it does not work.
Can we use dlookup in this Update Query?
Thanks
Can we use dlookup in this Update Query?
Thanks
HTML:
UPDATE MYTAB SET MYTAB.EMPSNAME = DLookUp([EMPSNAME],"EMPES",[EMPSID]=[EMPSID]);