P
Playa
I am not sure why I am getting the following error...
Run-time error '2465':
Microsoft Access can't find the field '|' referred to in your expression.
Here is the code I have...
Private Sub cmdOK_Click()
DoCmd.OpenForm "frm_Hyperlinks", acNormal, , _
Me.cboDrawingNum =
[Tables]![tbl_DrawingsAndData]![DrawingNum]
End Sub
Does anyone know why this error is happening? or what is wrong with the code?
Thanks
Run-time error '2465':
Microsoft Access can't find the field '|' referred to in your expression.
Here is the code I have...
Private Sub cmdOK_Click()
DoCmd.OpenForm "frm_Hyperlinks", acNormal, , _
Me.cboDrawingNum =
[Tables]![tbl_DrawingsAndData]![DrawingNum]
End Sub
Does anyone know why this error is happening? or what is wrong with the code?
Thanks