All,
I'm creating a Performance Tracking database at work, for disiplanary actions...
When on the subform, you update the field VioCode I want it to check that value against a table called PtsSource, and find the value of SourcePoints where VioCode (from the form) is equal to SourceCode (from the table).
(VioTableForm) is the subform
I had a macro created that had
SetValue
Item - [Forms]![VioTableForm]![Points]
Expression - DLookUp("[SourcePoints]","PtsSource",[PointsSource]![SourceCode]=[Forms]![VioTableForm]![VioCode])
HELP!!!
I'm creating a Performance Tracking database at work, for disiplanary actions...
When on the subform, you update the field VioCode I want it to check that value against a table called PtsSource, and find the value of SourcePoints where VioCode (from the form) is equal to SourceCode (from the table).
(VioTableForm) is the subform
I had a macro created that had
SetValue
Item - [Forms]![VioTableForm]![Points]
Expression - DLookUp("[SourcePoints]","PtsSource",[PointsSource]![SourceCode]=[Forms]![VioTableForm]![VioCode])
HELP!!!