Guest_imported
New member
- Jan 1, 1970
- 0
Happy new year !
I have two different forms:
frmPeople linked to Table TblPeople
and frmAddress linked to table tblAddress
both tables have PeopleID as a primary key field
I want to use a Command button in form frmPeople in order to go from frmPeople to frmAddress, but I also want
the PeopleId field to be updated in frmAddress automatically
I used this code:
DoCmd.DoMenuItem acFormBar, acRecordsMenu, acSaveRecord, , acMenuVer70 however it didn't work for me.
How can I fix it?
I have two different forms:
frmPeople linked to Table TblPeople
and frmAddress linked to table tblAddress
both tables have PeopleID as a primary key field
I want to use a Command button in form frmPeople in order to go from frmPeople to frmAddress, but I also want
the PeopleId field to be updated in frmAddress automatically
I used this code:
DoCmd.DoMenuItem acFormBar, acRecordsMenu, acSaveRecord, , acMenuVer70 however it didn't work for me.
How can I fix it?