C
chr1sty
Guest
Need help with Access also
I have followed everything, but I am getting all the records, I have now spent 6 hours on this its driving me mad, please can anyone help me, my event procedure listed blow.
Dim strDocName As String
Dim strWhere As String
strDocName = "Wilton 3 shot figured specification"
strWhere = "[ID]=Forms![Wilton 3 Shot Figured]![ID]"
DoCmd.RunCommand acCmdSaveRecord
DoCmd.OpenReport strDocName, acPreview, , strWher
I have followed everything, but I am getting all the records, I have now spent 6 hours on this its driving me mad, please can anyone help me, my event procedure listed blow.
Dim strDocName As String
Dim strWhere As String
strDocName = "Wilton 3 shot figured specification"
strWhere = "[ID]=Forms![Wilton 3 Shot Figured]![ID]"
DoCmd.RunCommand acCmdSaveRecord
DoCmd.OpenReport strDocName, acPreview, , strWher