R
Randy Shaw via AccessMonster.com
I want to use the following VBA code form and Access MDB in an Access ADP.
What is the correct syntax for T-SQL?
Private Sub Form_Current()
Dim rs As DAO.Recordset
Set rs = Me.Recordset
rs.Edit
rs("PolicyExpireDate") = Me.Text12
rs.Update
End Sub
I am writting the value in Text12 to the filed Poiicy Expire Date and get
and vba erro code
What is the correct syntax for T-SQL?
Private Sub Form_Current()
Dim rs As DAO.Recordset
Set rs = Me.Recordset
rs.Edit
rs("PolicyExpireDate") = Me.Text12
rs.Update
End Sub
I am writting the value in Text12 to the filed Poiicy Expire Date and get
and vba erro code