I have two problems,
The first is a tab form. I have a main personnel form that is broken up into five tabs. the form itself has nothing but a field that calculates first name last name ssn and rank. In each tab I drag and dropped a form to create a sub form. Everything linked up fine. Till I got to the fifth tab. On the fifth tab the info is blank. However if I type in a field it pulls up the SSN automatically and leaves everything else blank. then if I try to close it it wont let me because one of the fields is showing blank that on another field (first put in field) there office symbol is entered and required because it is attached to another field. It is like it isnt loading the information for some reason. The child and master fields are correct. I cant figure out what is going wrong. I even tried recreating the form from scratch. Just dont know what to do. Suggestions?
Second thing is. What is wrong with the below formula? I think it is the math.
If([PRP Position]="Postured to PRP Position" or "Certified" or "Temp Decert", If([Closed Date]+year(4)+Month(10)<Today(),"[Security Clearance Needed]=1,"[Security Clearance Needed]=0),If([Closed Date]+year(4)+Month(10)<Today(),"[Security Clearance Needed]=1,"[Security Clearance Needed]=0))
It probable has something to do with Year and month never tried this before.