Form data

Arvive

Registered User.
Local time
Today, 21:50
Joined
Aug 14, 2019
Messages
13
Dear Kindly assist me here.
I have the form in attachment used to assign designs to trainees to work on daily.
They can be assigned with multiple designs in a day.
When A trainee is selected and has designs for the same day already, I want the form to fetch those designs then the user can add new ones and also edit previous ones if needed.
 

Attachments

  • Screenshot_7.jpg
    Screenshot_7.jpg
    98.6 KB · Views: 108
add Master/Child Fields Link to the subform:

Master Field Link: MainFormDateField, MainFormEmployeeCombo
Child Field Link: [Days], [EmployeeID]
 
add Master/Child Fields Link to the subform:

Master Field Link: MainFormDateField, MainFormEmployeeCombo
Child Field Link: [Days], [EmployeeID]

Please, I already have a link. there is a link field. on WORKID and HEADID Not an expert though. I may be wrong
 

Attachments

  • Screenshot_8.jpg
    Screenshot_8.jpg
    102.6 KB · Views: 116
add the datefield and employeeid, so you can retrieve all designs for that particular employee on that particular date.
 

Users who are viewing this thread

Back
Top Bottom