accessonly11
Member
- Local time
- Today, 15:54
- Joined
- Aug 20, 2022
- Messages
- 91
Dear All,
I have two combo boxes on a formA,
Combo A row source is id, number and name from tlbA,
Combo B row source is id, name and number from same tlbA, but i applied criteria that Combo B shows only related Name which number is selected in Combo A, (Working FIne)
i set the limit to list property Yes, and list items edit form: add_new_form, of Combo A, but when i enter a new number, (let suppose "100") in Combo A, and clicking yes on popup message box "to edit this item in the list, it opens forms "add_new_form" while its textbox of number not show this new number "100"selected, besides it shows "[FormA]![ComboA]=100,
i dont know where is fault, kindly help to configure it out. thanks.
I have two combo boxes on a formA,
Combo A row source is id, number and name from tlbA,
Combo B row source is id, name and number from same tlbA, but i applied criteria that Combo B shows only related Name which number is selected in Combo A, (Working FIne)
i set the limit to list property Yes, and list items edit form: add_new_form, of Combo A, but when i enter a new number, (let suppose "100") in Combo A, and clicking yes on popup message box "to edit this item in the list, it opens forms "add_new_form" while its textbox of number not show this new number "100"selected, besides it shows "[FormA]![ComboA]=100,
i dont know where is fault, kindly help to configure it out. thanks.