Steve's list is a good one.
After you make the two tables, go to Database Tools and define a one-to-many
relationship between the CalleeID of the TblCallee table and the CalleeID of
the TblPhoneCall table.
Then have Access create a form for you (just highlight the TblCallee table
and choose Create, then Form).
Hopefully Access will set up the Subform automatically. If it doesn't, put in
a Subform (under Design). Have the source data for the Subform be the
TblPhoneCall table where the CalleeID is equal.
Hope this helps!