M
Marco
Hi everyone
This is my first post so bear with me. My form contains three Table
1st Table is "ClientDB" with a U-Key autonumbered "ClientID"
2nd Table is "PolicyDetails" with a U-Key autonumbered
"PolicydetailsID"
3rd Table is "Checklist" with a U-Key "ChecklistID"
The Relationship are:
ClientDB to PolicyDetailsID and PolicyDetailsID to ChecklistID.
I designed a form with Tabpages with the following tabs:
Tab1 is a form created from ClientDB
Tab2 is a form created from Policydetails
Tab3 is a form created from Checklist
I was able to synch these page successful by using a TxteventID field
outside of the tabs to synch them but I have one problem.
If someone accidently doesn't enter any policydetails information the
Field linking tab2 and tab 3 results in an ID of Zero(0) which causes
an error on Tab3 that it can't save the information. I need to find a
way to keep someone from entering anything into the Checklist Tab if
the PolicyDetails Tab is on autonumber with blank information.
I need to know how and where to set a condition that
If policydetailsid=0 then the Checklist is invisible.
Please let me know if you need anymore information.
Best Regards
Marco De Julio
Class Act Insurance Services
www.classactinsurance.com
This is my first post so bear with me. My form contains three Table
1st Table is "ClientDB" with a U-Key autonumbered "ClientID"
2nd Table is "PolicyDetails" with a U-Key autonumbered
"PolicydetailsID"
3rd Table is "Checklist" with a U-Key "ChecklistID"
The Relationship are:
ClientDB to PolicyDetailsID and PolicyDetailsID to ChecklistID.
I designed a form with Tabpages with the following tabs:
Tab1 is a form created from ClientDB
Tab2 is a form created from Policydetails
Tab3 is a form created from Checklist
I was able to synch these page successful by using a TxteventID field
outside of the tabs to synch them but I have one problem.
If someone accidently doesn't enter any policydetails information the
Field linking tab2 and tab 3 results in an ID of Zero(0) which causes
an error on Tab3 that it can't save the information. I need to find a
way to keep someone from entering anything into the Checklist Tab if
the PolicyDetails Tab is on autonumber with blank information.
I need to know how and where to set a condition that
If policydetailsid=0 then the Checklist is invisible.
Please let me know if you need anymore information.
Best Regards
Marco De Julio
Class Act Insurance Services
www.classactinsurance.com