John Big Booty
AWF VIP
- Local time
- Today, 21:07
- Joined
- Aug 29, 2005
- Messages
- 8,262
If application_id will already exist in your table you will need to use an update query, that might look something like;
Code:
UPDATE tbl_opr INNER JOIN tbl_opr_temp ON tbl_opr.application_id = tbl_opr_temp.f30 SET tbl_opr.recruitment_story_6 = DLookUp("[F1]","tbl_opr_temp","[f29]=" & [f29]+4)
WHERE (((tbl_opr_temp.F1) Like "if you were unable to recruit*"))
WITH OWNERACCESS OPTION;