Subform Problem

  • Thread starter accessquestions
  • Start date
A

accessquestions

I am trying to create a Form/Subforms based on the MS Access Template 2003
entitled "Contact Management". If anyone is familiar with this Template,
please reply.
I ask this question because I am an amateur with Access, and for you to have
an understanding of what I am trying to accomplish would alleviate me trying
to explain what I am trying to do in great *confusing* detail.

I will attempt anyway:
Tables:
Calls
Customers

Main Form: Customers (Contact info) Works Fine
Subform: Calls: Datasheet View w/ Timestamp Works Fine

Subform 2: Call Notes: Separate subform from Calls (want to see it in Form
View) - However, this I where my problem is: When I jump to the next
record, the Form and Subform 1 move to the next record, but Subform 2 does
not.

I tried linking Master and Child Fields to the CallID of the Calls table,
but it is not an option.

I hope someone out there knows what I'm trying to explain !

Thank you

Vinnie
 
A

ansentry

I just created the "Contact Management" db to test your problem.

all works fine for me. When I click the subject line (in the for
calls) the Calls Notes moves to the same record.

Open up your Call Details Subform in design view, from the field lis
add *callid* to the form (just under Call Notes - label) now save th
form.

open up Contact then Calls and as you select a subject line you wil
see the callid change
 
Top