Teri Bridges
Member
- Local time
- Today, 02:59
- Joined
- Feb 21, 2022
- Messages
- 187
I have two tables one is tblCourse and the other is tblissuelog. Each has a field CourseID field and they are related in relationships.
I then have two forms one for each - frmcoursedetails and frmissuelog
In the frmcoursedetails if the issue checkbox is selected the frmissuelog opens to a new record and the Course ID, TopicEventID, and Course fields populate on the from the previous form correctly. The problem I have is that the data does not transfer to the tblissuelog (Table).
Any help is appreciated.
I need the issue to directly relate to the courseID and TopicEventID.
I then have two forms one for each - frmcoursedetails and frmissuelog
In the frmcoursedetails if the issue checkbox is selected the frmissuelog opens to a new record and the Course ID, TopicEventID, and Course fields populate on the from the previous form correctly. The problem I have is that the data does not transfer to the tblissuelog (Table).
Any help is appreciated.
I need the issue to directly relate to the courseID and TopicEventID.