module for tabbed form

G

Guest

Does the fact that a form has tabbed pages change the way coding works? I
have written code to calculate the registration fee based on several
variables. One of the variables ("RegStat" -- member, non-member, student,
complimentary) is set to the form so it will show on all the tabbed pages.
Even if I change it to appear on only one of the pages, the error message
says that variable is not available for automation. I'm confused and hoping
for help.
Thanks.
 
G

Guest

Nancy

All controls on the form, whether on a tab page or the actual form, should
be accessable directly.

Be careful you are not using a subform though, as this will then require
correct syntax to address the parent / child as appropriate.

Perhaps your error re automation is for a different cause, but can't help
much with that one.


swas
 
G

Guest

Thanks. As you suggest, the error was something else. I still haven't
resolved the problem but did need assurance that it was not an issue of the
tabbed form.
Thanks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top