I'm trying to create a form with following layout.
1. Left vertical column with Tasks datasheet form, showing columns Task, Case, Date, Status
2. Right column with Full details of the Case in currently selected Task row.
3. The above 2 forms are therefore linked by Case PK/FK.
4. This would look almost like ms-outlook, where you have a list of messages on your left and depending on which you select, further contents of that message show on the right.
Can somebody please guide me on how to best do this.
I've tried guides but find:
a. They always have master/detail horizontally above/below the other instead of left/right. Can't seem to place this when I try.
b. If I create Tasks subform into Case mainform, this only shows me tasks for that single Case. I don't want to see all Tasks for all Cases, as thats the main form.
c. If I create a Case subform into a Tasks mainform, this results in only showing a tasks form which now has an expandable row option via + symbol, that lets me see the case details on expansion. This isn't what I want.
d. I want to be able to scroll up and down the left tasks data sheet list, and the right part of my screen auto changes the case to that in current task selected, with full details about that case.
Hope the above makes sense.
Complete newbie as is obvious from the question, so pls keep it in layman terms.
Thanks in advance.