B
Bill
The code below is causing a syntax error. It looks ok to
me, but VB doesnt like it. Can anyone tell me what I am
doing wrong? The idea here is to open a form
(frmStudyData) to the requested record (from frmUpdate1)
when input matches StudyName in the main table of the
frmStudyData.
DoCmd.OpenForm (frmStudyData, acFormView, StudyNumber =
Form!frmUpdate1!txtUpdate1, acFormEdit,,)
Any help would be greatly appreciated
Thanks
Bill
me, but VB doesnt like it. Can anyone tell me what I am
doing wrong? The idea here is to open a form
(frmStudyData) to the requested record (from frmUpdate1)
when input matches StudyName in the main table of the
frmStudyData.
DoCmd.OpenForm (frmStudyData, acFormView, StudyNumber =
Form!frmUpdate1!txtUpdate1, acFormEdit,,)
Any help would be greatly appreciated
Thanks
Bill