combo box property

hardik_088

Registered User.
Local time
, 17:36
Joined
May 31, 2011
Messages
82
hi guys,
I have two combo box and i am working with cascading combos but my problem is that when i select value of first combo box then second combobox listing the value as per first combo box but when i try to choose value of second combobox then i cant choose from list and it always display value in second combo like #name? .

I have seleted "no" in locked property also. limit to list is also "no"
So can anybody tell me what i should do ?
 
...when i try to choose value of second combobox then i cant choose from list and it always display value in second combo like #name?
The #Name indicates that Access cannot find the source for the field in question, so I expect that your code for doing the Cascade is incorrect; can you post the code from the AfterUpdate event of your first Combobox?

Linq ;0)>
 
hi
Here i am sending my database so can you check that where i am wrong.


Thanks a lot
 

Attachments

Users who are viewing this thread

Back
Top Bottom