J
JoanOC
SELECT Clients.[FirstName Father], Clients.[ClientCaseID#] AS
[Clients_ClientCaseID#], NotesTable.[NotesID#], NotesTable.[ClientCaseID#] AS
[NotesTable_ClientCaseID#], NotesTable.[Notes Text]
FROM Clients INNER JOIN NotesTable ON Clients.[ClientCaseID#] =
NotesTable.[ClientCaseID#];
Everything works ok until I try to join the 2 tables then I cannot enter
data in the notes text memo type field.
I have tried every relationship combination.
Need this for law firm where I work. Want to put command button on main form
so attorneys can enter notes in this notes form
Please HELP.Thanks. Joan
[Clients_ClientCaseID#], NotesTable.[NotesID#], NotesTable.[ClientCaseID#] AS
[NotesTable_ClientCaseID#], NotesTable.[Notes Text]
FROM Clients INNER JOIN NotesTable ON Clients.[ClientCaseID#] =
NotesTable.[ClientCaseID#];
Everything works ok until I try to join the 2 tables then I cannot enter
data in the notes text memo type field.
I have tried every relationship combination.
Need this for law firm where I work. Want to put command button on main form
so attorneys can enter notes in this notes form
Please HELP.Thanks. Joan