Hi,
I am wondering if anyone can help me with this.
I have a VB5 program where users can input information about a test to be performed on dogs. These are group, living conditions, individual. A test can be performed on a group living together, there living conditions or a single dog.
The user enters in a group code, a kennel code or a dogID depending on the tab they are on and press create test. I have included different cases for group, kennel and dogId which just show different messages depending on the whats entered. A new form should appear. On this new form i need to check if an dogID, group code or kennel code was entered on the previous form.
eg
Would be greatful if anyone has any ideas :)
Thanks
I am wondering if anyone can help me with this.
I have a VB5 program where users can input information about a test to be performed on dogs. These are group, living conditions, individual. A test can be performed on a group living together, there living conditions or a single dog.
The user enters in a group code, a kennel code or a dogID depending on the tab they are on and press create test. I have included different cases for group, kennel and dogId which just show different messages depending on the whats entered. A new form should appear. On this new form i need to check if an dogID, group code or kennel code was entered on the previous form.
eg
Code:
if animal code entered on prev form then show owner details (from db)
else if group code entered then show list of animals in group
else if kennel code entered show kennel details
Would be greatful if anyone has any ideas :)
Thanks