rodich
Registered User.
- Local time
- Today, 18:45
- Joined
- Nov 24, 2009
- Messages
- 20
Hi, guys. It's me again 
I have a form with subform and combobox. Record source of combobox is Sql: (SELECT ID, Name FROM [Contacts]
. Subform based on Querry, Default view is Datasheet, recordset type is Snapshot.
When I choose Name from combobox (I use AfterUpdate event) and according to the chosen name appears task list in the subform.
How do I know which record was selected if I select one record of the list?
I have a form with subform and combobox. Record source of combobox is Sql: (SELECT ID, Name FROM [Contacts]
When I choose Name from combobox (I use AfterUpdate event) and according to the chosen name appears task list in the subform.
How do I know which record was selected if I select one record of the list?