Solved Form help

Teri Bridges

Member
Local time
Today, 01:23
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.
 

Attachments

  • forms.png
    forms.png
    50.6 KB · Views: 102
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 am not sure how to put this as resolved. I needed to put the expression in the default field not the control field. My bad
 

Users who are viewing this thread

Back
Top Bottom