i have a field in a table where in some record that field value is empty . so i need to create a custom filed in the same table to be filled by same value but when i have empty value i want it to be replaced by N/a.
If it's another field in the same table then you should do it using the OnValidate trigger of the original source field. You should add something like this...
IF "Original Field" <> '' THEN
"Destination Field" := "Original Field"
ELSE
"Destination Field" := 'N/A';
Answers
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
Make new fields in 50000 series.
Blog - rockwithnav.wordpress.com/
Twitter - https://twitter.com/RockwithNav
Facebook - https://facebook.com/rockwithnav/