On a sub-sub form, I have a combobox. Double-click opens modal pop-up form listing all items that combobox lists. The pop-up form has an extra field, Archive?, for each record. The user can then select a record to archive -- thus 'hiding' it from view in the combobox.
Once the modal form is closed, the focus returns to the combobox on the sub-sub form and a requery is executed.
Herein lies the problem. I want to 'educate' users as to the availability of 'new' modal form. )After a week or two, I will delete the message box...assuming that the users will 'get it'.)
I have tried several different ways to trigger opening the message. When I use the combobox control's OnFocus Event to display the message, the message is displayed when the Main Form opens. Same is true of Enter Event. This happens even though the focus on opening of the main form is on a control in the main form.
I need the message to appear the first time the focus is on the sub sub-form combobox and NOT re-appear after the user has double-clicked the message box to open the modal form, then closed it (thus returning to the combobox).
Thanks.
swtrader
Dallas, TX
Once the modal form is closed, the focus returns to the combobox on the sub-sub form and a requery is executed.
Herein lies the problem. I want to 'educate' users as to the availability of 'new' modal form. )After a week or two, I will delete the message box...assuming that the users will 'get it'.)
I have tried several different ways to trigger opening the message. When I use the combobox control's OnFocus Event to display the message, the message is displayed when the Main Form opens. Same is true of Enter Event. This happens even though the focus on opening of the main form is on a control in the main form.
I need the message to appear the first time the focus is on the sub sub-form combobox and NOT re-appear after the user has double-clicked the message box to open the modal form, then closed it (thus returning to the combobox).
Thanks.
swtrader
Dallas, TX