S
Sam
I'm using the tabs control on a form. The first 3 tabs (parent 1,
spouse & children, respectively) have a label called 'Family ID'.
(nothing else on the tabs yet) This ID is used with several tables
throughout the db and it's duplicated by how many members there are
within a single family. The label's purpose is to display a 'custom
counter number' that is stored in a table by itself. I used this code
to create the counter:
http://support.microsoft.com/kb/210194
The code works great but it sends it to a MsgBox and I know very
little about access and code (using 07). How can I send the results
to tab 1, label - 'Family ID' when the form is opened, instead? Then
replicate the other 2 tabs only if needed?
Thanks for any help,
Samantha
spouse & children, respectively) have a label called 'Family ID'.
(nothing else on the tabs yet) This ID is used with several tables
throughout the db and it's duplicated by how many members there are
within a single family. The label's purpose is to display a 'custom
counter number' that is stored in a table by itself. I used this code
to create the counter:
http://support.microsoft.com/kb/210194
The code works great but it sends it to a MsgBox and I know very
little about access and code (using 07). How can I send the results
to tab 1, label - 'Family ID' when the form is opened, instead? Then
replicate the other 2 tabs only if needed?
Thanks for any help,
Samantha