View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Sandy[_3_] Sandy[_3_] is offline
external usenet poster
 
Posts: 43
Default What's wrong with this line of code?

DoCmd.RunSQL "Delete from tbl_b Where Area=' " & b_area
& " ' "

Sandy