I am trying to create a "checklist" form. I have a Tables named: TblClients, TblItems, TblDates and a form named FrmChklist. Form Chklist record source is Tblclients. I have an ID for Clients in each table and an ID for Items in the Items Table, and even a DateID in the Date table.
Now what I need to be able to do is 1) show the list of items for each client. This is "static". what needs to change is the date table. IE item 1 for client 1 may have a date of 12/12/11 but client2 may not have that same date for item 1. I can get this to sort of work with a one-to-many relationship but I cannot get the Dates table to show all records in the Items tbl or for each item. IE I may have to enter a date for item 33 today and tomorrow I need to enter a date for item 5, so I need fields available for each item in the Items table. Does this make any sence? I have attached my db so you can get the idea. Open FrmChklist and you'll see the two subforms I'm trying to work with or better suggestions are welcome.