S
SF
Hi,
I have a form with 4 Tabs. Each Tab has a subform, each subform has an ID
field to link to the main form. I want to refresh a subform when a the
cursor is on that specific tab, but I don;'t know how to refer to a Tab
index.
For example
If cursor is on Tab 2 then
frmSubForm2.requery
end if
Could someone help me
SF
I have a form with 4 Tabs. Each Tab has a subform, each subform has an ID
field to link to the main form. I want to refresh a subform when a the
cursor is on that specific tab, but I don;'t know how to refer to a Tab
index.
For example
If cursor is on Tab 2 then
frmSubForm2.requery
end if
Could someone help me
SF