![]() |
Sergey Kornilov admin 12/30/2005 |
This error is not related to required field issue. |
J
|
jim-mullowney@bresnan.net author 12/30/2005 |
This error is not related to required field issue. This error message means you putting a value into FeeScheduleID field that do not exist in tblfeeschedule table. Since there is a relationship between these two tables you need to put existing value into FeeScheduleID field. I recommend to make FeeScheduleID field a Lookup wizard that pulls correct FeeScheduleID values from tblfeeschedule table.
|
![]() |
Sergey Kornilov admin 12/30/2005 |
Did you mark this field as required in ASPRunnerPro? |
J
|
jim-mullowney@bresnan.net author 1/9/2006 |
Did you mark this field as required in ASPRunnerPro?
|