Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
Please help me with code that updates an existing record in database Thanks Luis |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Updating old records | Excel Discussion (Misc queries) | |||
Updating Master Log records | Excel Worksheet Functions | |||
Updating Records from MS Access | Excel Discussion (Misc queries) | |||
Access records updating from Excel. | Excel Programming | |||
Appending/Updating records | Excel Programming |