T
tracktraining
Hi all,
I am trying to retrieve the data from the last entry so I can assign the
data to other tables. I don't know anything about visual basic.
What code should I write in the AfterInsert event procedure of a Form in MS
Access in order to retrieve fields of the last record entered through the Form
This is what my friend has so far:
Private Sub Form_AfterInsert()
Dim db As Database
SQLStmt = "SELECT * FROM EmployeeTable WHERE"
MsgBox ([Form_Employee Information].CurrentRecord)
Set db = CurrentDb
End Sub
Please help.
I am trying to retrieve the data from the last entry so I can assign the
data to other tables. I don't know anything about visual basic.
What code should I write in the AfterInsert event procedure of a Form in MS
Access in order to retrieve fields of the last record entered through the Form
This is what my friend has so far:
Private Sub Form_AfterInsert()
Dim db As Database
SQLStmt = "SELECT * FROM EmployeeTable WHERE"
MsgBox ([Form_Employee Information].CurrentRecord)
Set db = CurrentDb
End Sub
Please help.