jkfeagle
Codus Confusious
- Local time
- Yesterday, 22:59
- Joined
- Aug 22, 2002
- Messages
- 166
I have a form with a subform on it. A field(combo box) on the form will determine the value of a field (text box) on the subform. (Basically its an auto-generated case number that uses the plant field on the form to determine the prefix). The code to automatically generate the next case number is in the On_Current for the form and the After_Update for the combo box on the form. The code appears to work correctly in generating the next case number. The peculiar behavior I'm seeing is that when I change the plant in the combo box, the case number on the subform updates correctly and then disappears!! If that wasn't wierd enough, if I type in data in the primary key field that links the two forms, my close button no longer works. The form is being opened in data entry mode if that matters. Anybody have any ideas??