G
Guest
Hi,
I am trying to add/update a table (tblTravel) I have a form (frmTravel)
previous to this form there is another form(frmMeeting) were the user clicks
on a button. What I want that button to do is check if record exist. There
is frmMeeting.field1 and frmMeeting.field2. If field1 = tblTravel.field1 and
field2 = tblTravel.field2 then I want to update and bring up frmTravel with
all the fields in that record. Else I want frmTravel to add a new record.
Pease Help and Thank you.
I am trying to add/update a table (tblTravel) I have a form (frmTravel)
previous to this form there is another form(frmMeeting) were the user clicks
on a button. What I want that button to do is check if record exist. There
is frmMeeting.field1 and frmMeeting.field2. If field1 = tblTravel.field1 and
field2 = tblTravel.field2 then I want to update and bring up frmTravel with
all the fields in that record. Else I want frmTravel to add a new record.
Pease Help and Thank you.