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
Setting a Column's Required Property to False using VBA
access 97 in 64 bit windows xp
TimeZone -- CountryCode list
Replace SBS Server 2003 SATA RAID hard drives with bigger ones
Check if there is a specific message for an event in the message queue in VB.NET
Lookup Values with Substring Match instead of Exact Match
Can VS 2008 run on the same computer as VS 2010?
Login to local account on Domain Computer
Replace part of ntext field SQL
Control Size of Form in ACCDE?