View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Tiffany[_3_] Tiffany[_3_] is offline
external usenet poster
 
Posts: 3
Default Send Data to Access

I have a spreadsheet with one row of information. The first field is a
Julian Date. I need to go to Access and if the Julian Date already exists
in the table called "Production" then update that record with the new info.
But if the Julian date is not in the table, I simply need to add the row as
a new record.

Thanks for any help!!