Microsoft
Software
Hardware
Network
Question : Making a subform out of separate form
I have inserted a "Client Details" form into the form "Calls to Clients". The form "Calls to Clients" displays call information from the Query "LastCall". One of the Fields displayed is the ClientID (ie. LastCall.ClientID). The form "Client Details" displays fields from the Table "Clients", one of them being the ClientID (ie. Clients.ClientID).
I want the form "Client Detail" to behave like a subform of the 'main' form "Calls to Clients", based on the ClientID of the record selected in "Calls to Clients".
What code/macro do I need to use to link the two?
Answer : Making a subform out of separate form
open the form "Calls to Clients" in design view
click on the outer edge of the subform, then hit F4 to open the Property sheet
select the Data tab
Random Solutions
Move mailbox failed from Exchange 2003 to 2007 - Event ID 8507
UCC SSL certificate?
Check for existence of index with INFORMATION_SCHEMA?
should only be 3 records returning 8 in query
Feed query results from one form to another
Visual Studio 2008 Pro Trial does work with SQL 2008 CTP Trial
Exclude all records from a join which have two specific values in one table
recovering *Contacts* from an old .OST file???
For i=0 to UBOUND(RegValueName) Type Mismatch: 'UBOUND'
How to delete a word bookmark when the document is launched from an Access form?