I have an access form that contains an Id field.Once a user enters the Id , i want to run a query on the after update event to get the patients history field and display it as a msg box.
The query is as follows :
"Select Patients.[Patient History] From Patients Where Patients.ID = " & Me.PatientID
How can i do this?
thank you