I did somthing like this myself. But nothing happend after running. And I checked the debug.print strSQL, there's no error notes either.
Dim strSQL As String
strSQL = "UPDATE tblPartItineraryCityTour" & _
"SET [HotelDistanceToCityCenter] = " & Me.Parent.HotelDistanceToCityCenter & "," & _
"[HotelCategoryID] = " & Me.Parent.HotelCategoryID & _
"WHERE PartItineraryCityTourID = " & Me.Parent.PartItineraryCityTourID
CurrentDb.Execute strSQLOne, dbFailOnError
strSQL = "UPDATE tblPartItineraryCityTour" & _
"SET [HotelDistanceToCityCenter] = " & Me.Parent.HotelDistanceToCityCenter & "," & _
"[HotelCategoryID] = " & Me.Parent.HotelCategoryID & _
"WHERE PartItineraryCityTourID = " & Me.Parent.PartItineraryCityTourID
CurrentDb.Execute strSQLOne, dbFailOnError
zhaoliqingoffice@163.com
Date: 2015-11-05 08:21Subject: RE: [MS_AccessPros] Fill up something instead of add new record
Kevin,
This is probably a simple update query. Can you provide some information about your primary keys? Is GroupBookingID a primary key in one of the tables?
Duane Hookom, MVP
MS Access
To: ms_access_professionals@yahoogroups.com
From: MS_Access_Professionals@yahoogroups.com
Date: Thu, 5 Nov 2015 07:41:55 +0800
Subject: [MS_AccessPros] Fill up something instead of add new record
Dear All-Is that possible to fill up an existing record with some field from other table or form with strSQL, instead of insert a new record? For example:An existing record from tblCityTourtblCityTourCityTourID: 11GroupBookingIDCityTourDate: 11-Nov-2015HotelStarID: (field I want to fill up)The table from which I want to get HotelStartID.tblGroupBookingGroupBookingID: 2ClientID: 5HotelStarID: 3Is that possible to fill up HotelStartID with the one from tblGroupBooking? Thanks in advance.Best Regards,Kevin
zhaoliqingoffice@163.com
__._,_.___
Posted by: "zhaoliqingoffice@163.com" <zhaoliqingoffice@163.com>
| Reply via web post | • | Reply to sender | • | Reply to group | • | Start a New Topic | • | Messages in this topic (4) |
.
__,_._,___
Tidak ada komentar:
Posting Komentar