Board index » delphi » Calculated Fields Problem
OverSoul
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Calculated Fields Problem
Hi ther,
I have a Salary and a Facility Field in my Access DB .. I need the Facilty to be calculated from salary.. So in the fields editor I set an OnChange event handler for my salary field to calculate the facility evertime the salary field changes .. That was all fine but as soon as i change my focus, this calculated facility disappears, and is this value not added to the table on disk. So I wrote a ongettext handler for facility, thinking it might be better to Please help is there anyway to do this, this way or do i have to just Thanks OverSoul |