G
Guest
This is odd, and only occurs for one user, no matter what machine he's using...
I have a query that populates a listbox contained in a "Tab Control" on the
main form. In order for this listbox to show the most current information, I
have the form perform a Me.Refresh in the Form_Current event. This seems to
work just fine - re-querying my listbox and all is good.
Now the hook, and this happens so far to only one user, as this fellow exits
this main form (after clicking on the tab containing the listbox) and goes to
close, he's prompted as you might be in a param query, i.e., [Forms]![Main
Form]![Main_ix]. Either entering something in this dialog or not still
results in the form closing.
Is there some event where I might put in a "Me.ListboxA = Null" to clear out
the call for a query? Anyone have a clue why it ought be doing this?
It should also be noted that even if I remove the Me.Refresh as stated
above, it still goes to a dialog requesting the Main_ix value.
Any thoughts here would be great! I find myself cruising this site all the
time finding little gems of knowledge!
Thanks - Gordon
I have a query that populates a listbox contained in a "Tab Control" on the
main form. In order for this listbox to show the most current information, I
have the form perform a Me.Refresh in the Form_Current event. This seems to
work just fine - re-querying my listbox and all is good.
Now the hook, and this happens so far to only one user, as this fellow exits
this main form (after clicking on the tab containing the listbox) and goes to
close, he's prompted as you might be in a param query, i.e., [Forms]![Main
Form]![Main_ix]. Either entering something in this dialog or not still
results in the form closing.
Is there some event where I might put in a "Me.ListboxA = Null" to clear out
the call for a query? Anyone have a clue why it ought be doing this?
It should also be noted that even if I remove the Me.Refresh as stated
above, it still goes to a dialog requesting the Main_ix value.
Any thoughts here would be great! I find myself cruising this site all the
time finding little gems of knowledge!
Thanks - Gordon