G
Guest
Currently I run two update queries one does this
***************
update sheet1 SET Sheet1.[EPIC#] = "00" & "????"
WHERE (((Sheet1.[EPIC#]) Like "????"));
*****************************
the other
*****************
update sheet1 SET Sheet1.[EPIC#] = "0" & "?????"
WHERE (((Sheet1.[EPIC#]) Like "?????"));
*********************
How can I combine them into one update query?
thanks,
RogueIT
***************
update sheet1 SET Sheet1.[EPIC#] = "00" & "????"
WHERE (((Sheet1.[EPIC#]) Like "????"));
*****************************
the other
*****************
update sheet1 SET Sheet1.[EPIC#] = "0" & "?????"
WHERE (((Sheet1.[EPIC#]) Like "?????"));
*********************
How can I combine them into one update query?
thanks,
RogueIT