C
Chris
IT DOESN'T WORK !!!
HELP, PLEASE !!!
HELP, PLEASE !!!
I tried and I get the error message: Microsoft Access can't find the field
'NameOfSecondSubformControl' in your expression.
Here is the code used by me:
Private Sub Save_Click()
On Error GoTo Err_Salvare_Click
DoCmd.DoMenuItem acFormBar, acRecordsMenu, acSaveRecord, , acMenuVer70
Me![Intr2-e].Form.Requery
Exit_Save_Click:
Exit Sub
Err_Save_Click:
MsgBox Err.Description
Resume Exit_Salvare_Click
End Sub
usingRequeryandShowAllRecords actions ), after every record enterd from the first subform.
Is any posibillity to do these things with a single command button?
How?
Chris,
put this in the first command button's OnClick event right after the
save command:
Me![NameOfSecondSubformControl].Form.Requery
Also I'd consider making a single subform for everything, but for this
I know too few from the purpose.
Best regards
Emilia
Emilia Maxim
PC-SoftwareService, Stuttgart
http://www.maxim-software-service.de