MarcCastignani
New member
- Local time
- Today, 15:23
- Joined
- May 16, 2024
- Messages
- 14
Hi Guys,
Hoping you can help me.
table A called residents
table B called ProcessNotes
the relationship is the following, one to many.
Residents PK: ProcessNoteID
ProcessNote FK: ProcessNoteID_FK
I have a list box with notes for clients. on double click it opens a new form with the notes, from the list box.
Now I Have created a button for new record, the problem is that I have to manually enter the Key fields unlike when i add the records in the child table ProcessNotes and it automatically assigns the FK Field hence One to many. How would i do that on the form with the New Button?
Thanks appreciate the help
Hoping you can help me.
table A called residents
table B called ProcessNotes
the relationship is the following, one to many.
Residents PK: ProcessNoteID
ProcessNote FK: ProcessNoteID_FK
I have a list box with notes for clients. on double click it opens a new form with the notes, from the list box.
Now I Have created a button for new record, the problem is that I have to manually enter the Key fields unlike when i add the records in the child table ProcessNotes and it automatically assigns the FK Field hence One to many. How would i do that on the form with the New Button?
Thanks appreciate the help