I need to be able to restrict users enter a value in the text box (on Form B) callled "FTE Assigned" if Dsum of a field called "FTE Allocated" in another form A is less than what is going to be sum of FTE Assigned after the value is entered.
Both these forms are used by users to enter data in the 2 seperate tables which are linked together through a join.
Master table - having FTE Allocated values and secondry table having FTE Assigned values.
bassically
a message box would do if Dsum (of FTE used) is coming out higher than FTE allocated.
Any help would be greatly appreciated
Both these forms are used by users to enter data in the 2 seperate tables which are linked together through a join.
Master table - having FTE Allocated values and secondry table having FTE Assigned values.
bassically
a message box would do if Dsum (of FTE used) is coming out higher than FTE allocated.
Any help would be greatly appreciated