Have learned much Access to SQL programming from forums but don't yet know how to add a record to an SQL table from Access. Here is my attempt, but am really guessing after a certain point and would appreciate help:
Public Function InsertEpisode(PatientID As String, RefPlanNo As Integer)...