multiple records beside each other

steven80

Registered User.
Local time
, 17:30
Joined
Jan 19, 2016
Messages
13
Hi,

I'm stuck to find a solution on my calender form:

I have 4 tables:
  • tblContacts
  • tblEvents
  • tblJob
  • tblJobDetailsEvents

I've made a form with al events from tbl event, and now i want to add a listbox for a couple of jobs where you can select a contact. The value of the event, job and contact is stored in the tbljobdetailsevents. So if I pick a name for the first job in the first event, it has to store the id of the event, job and name in the tbljobdetailsevents. For the second job it has to refer to another record in the tabel tblJobDetailsEvents (see picture)



Does anyone has suggestions how to implement this?

Thanks in advance

Steven
 

Attachments

  • Parallels Picture.png
    Parallels Picture.png
    85.1 KB · Views: 83

Users who are viewing this thread

Back
Top Bottom