Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5
Default Updating records in an Access DB

Hi,

Please help me with code that updates an existing record in database

Thanks

Luis
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 279
Default Updating records in an Access DB

http://www.erlandsendata.no/english/...php?t=envbadac


"Lucho" wrote:

Hi,

Please help me with code that updates an existing record in database

Thanks

Luis

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 8
Default Updating records in an Access DB

Thank you for your suggestion. In that website I found code to add new
records. How can I modify to update existing records?

Regards,

Luis


"Vacation's Over" escribió en el
mensaje ...
http://www.erlandsendata.no/english/...php?t=envbadac


"Lucho" wrote:

Hi,

Please help me with code that updates an existing record in database

Thanks

Luis



  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 279
Default Updating records in an Access DB

don't remember where I cut this but it comes in handy:

' Interesting update with replace code
'UPDATE Master RIGHT JOIN [Transaction] ON Master.[Trans ID] =
'Transaction.[Trans ID] SET Master.[Trans ID] = [Transaction].[Trans ID],
'Master.Name = [Transaction].[Name], Master.DOB = [Transaction].[DOB];

"Lucho" wrote:

Hi,

Please help me with code that updates an existing record in database

Thanks

Luis

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Updating old records law Excel Discussion (Misc queries) 0 December 2nd 07 03:01 PM
Updating Master Log records Sinner Excel Worksheet Functions 7 June 18th 07 01:39 PM
Updating Records from MS Access Andrew Thacker Excel Discussion (Misc queries) 1 March 27th 06 08:10 AM
Access records updating from Excel. Dirk Batenburg Excel Programming 2 October 8th 03 03:06 PM
Appending/Updating records Michael[_9_] Excel Programming 0 July 10th 03 07:47 PM


All times are GMT +1. The time now is 08:13 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"