Gustav Brock
Gustav at cactus.dk
Sun Aug 17 12:22:18 CDT 2008
Hi Arthur
<sarcastic_sunday_mode>
Generic method to solve this kind of trouble:
while not seeked_property_present_on_current_tab
tab = tab.next()
seeked_property_present_on_current_tab = tab.contains(seeked_property)
next
<\sarcastic_sunday_mode>
It works! Mostly. Sometimes it can cause an endless loop. Press Ctrl+CoffeeBreak.
/gustav
>>> fuller.artful at gmail.com 17-08-2008 18:58 >>>
Thanks Susan. Which tab is it on? I can't remember and this morning couldn't
find it.
A.
On Sun, Aug 17, 2008 at 1:46 PM, Susan Harkins <ssharkins at gmail.com> wrote:
> Did you use the form's Toolbar property? If so, just open the form in
> Design view and remove the toolbar reference in that property.