I have a form which that is bound to 1 particular table, whereby people can enter data into the text boxes, and select data from the drop down menus, and then hit a submit record button that loads those values into the table as a new record. I have three problems that I am experiencing.
1.) If the cursor is placed in the drop down menus, and you hit enter twice the record is entered into the table automatically. Is there a way to keep this from happening and only enter the info if the button is pressed?
2.) The list boxes and text boxes are always pre-populated with the first record of the bound table, is there a way to make it so these fields are all bank by default?
3.) I have a cascading set of list boxes and I want to get the first one to be enabled, and the second one to be disabled until the first one is selected.
Any help on any or these issues would be greatly appreciated. I'm trying to stick with designing using the properties sheet of the form in design view, but may look into actual VB code if I can't accomplish these tasks in a GUI.
1.) If the cursor is placed in the drop down menus, and you hit enter twice the record is entered into the table automatically. Is there a way to keep this from happening and only enter the info if the button is pressed?
2.) The list boxes and text boxes are always pre-populated with the first record of the bound table, is there a way to make it so these fields are all bank by default?
3.) I have a cascading set of list boxes and I want to get the first one to be enabled, and the second one to be disabled until the first one is selected.
Any help on any or these issues would be greatly appreciated. I'm trying to stick with designing using the properties sheet of the form in design view, but may look into actual VB code if I can't accomplish these tasks in a GUI.