O
Oli
Hi
I have my main form (frm_Contacts) and then a subform (sfrm_calls) which is
displayed as a continuous form.
sfrm_calls is supposed to display details of any calls made to, or received
from the client. It sort of works..... except instead of showing just calls
for the current client it is showing the entire contents of the table (i.e.
all calls in the database).
The table sfrm_calls relates to (tbl_calls) i has the following information:
callid (autonumber) (primary key)
ContactID
etc......
When a call is added it is successfully appending the correct ContactID to
the table.
So, basically how do I get my subform (sfrm_calls) to filter for the current
ContactID and not display the entire contents?
TIA
Oli
I have my main form (frm_Contacts) and then a subform (sfrm_calls) which is
displayed as a continuous form.
sfrm_calls is supposed to display details of any calls made to, or received
from the client. It sort of works..... except instead of showing just calls
for the current client it is showing the entire contents of the table (i.e.
all calls in the database).
The table sfrm_calls relates to (tbl_calls) i has the following information:
callid (autonumber) (primary key)
ContactID
etc......
When a call is added it is successfully appending the correct ContactID to
the table.
So, basically how do I get my subform (sfrm_calls) to filter for the current
ContactID and not display the entire contents?
TIA
Oli