J
Jeff
Below is code that exists in a command button. How do I complete this code
to edit the record it finds and replace the StartDate with
txb_StartDate.value?
Dim dbs As Database
Dim strSQL As String
Set dbs = CurrentDb
strSQL = "SELECT Meetings.MeetingID FROM Meetings WHERE
(((Meetings.MeetingID)=txb_ParentMeetingID.value));"
to edit the record it finds and replace the StartDate with
txb_StartDate.value?
Dim dbs As Database
Dim strSQL As String
Set dbs = CurrentDb
strSQL = "SELECT Meetings.MeetingID FROM Meetings WHERE
(((Meetings.MeetingID)=txb_ParentMeetingID.value));"