simon_marklar
Registered User.
- Local time
- Today, 12:14
- Joined
- Apr 6, 2005
- Messages
- 19
can anyoen tell me why it is when i open a form, the first thing i have to do is press "Escape" ???
eg. i have a form with a list box of items. when an item in the list box is clicked I load the data for the item into the fields on the form. when the form is opened (from a menu, with edit mode specified)the form is blank and no item is selected in teh list box, but its in edit mode (the pencil is in the side bar). if i click on items from the list box, nothing happens - the click even does not fire. the only way to make the form work is by pressing 'esc' then clicking on an item in the listbox.
this database was created in access 2000 and i just updated to 2007, which is when the problem started happening. i've tried setting the list box to an item in the programming, which does nothing. then i tired firing the list_click event. that did nothing. I've also tried specifiying "acAdd" or "acEdit" in the openform call. no dice.
there's gotta be something simple i have missed. anyone have any clues?
thanks!
eg. i have a form with a list box of items. when an item in the list box is clicked I load the data for the item into the fields on the form. when the form is opened (from a menu, with edit mode specified)the form is blank and no item is selected in teh list box, but its in edit mode (the pencil is in the side bar). if i click on items from the list box, nothing happens - the click even does not fire. the only way to make the form work is by pressing 'esc' then clicking on an item in the listbox.
this database was created in access 2000 and i just updated to 2007, which is when the problem started happening. i've tried setting the list box to an item in the programming, which does nothing. then i tired firing the list_click event. that did nothing. I've also tried specifiying "acAdd" or "acEdit" in the openform call. no dice.
there's gotta be something simple i have missed. anyone have any clues?
thanks!