Private Sub Command7_Click()
Dim strSQL As String
Dim search As String
search = "Me.CboMod"
strSQL = "UPDATE Link SET ModuleStatus = 3 WHERE ModuleNumber = Search "
DoCmd.RunSQL strSQL
End Sub
Keeps asking for the Perameters for "Search" the Search is on a Sub form called "SubfrmViewMarks" which on the "MainfrmMarks"