Given a Field (Column) called PhoneNo ... need to SET PhoneNo = '' if supplied value is Null.
SQL DEFAULT is OK for INSERT. How do you do this for UPDATE?
HINTS: Client is Access making the update directly ... so can't use S-PROC.
Don't want NULL to be allowable in Table Def ... Access handling of NULL fields is problematic.
Access BOUND forms give no opportunity to intervene and replace NULL PhoneNo with "" on the client
Any suggestions, please?
SQL DEFAULT is OK for INSERT. How do you do this for UPDATE?
HINTS: Client is Access making the update directly ... so can't use S-PROC.
Don't want NULL to be allowable in Table Def ... Access handling of NULL fields is problematic.
Access BOUND forms give no opportunity to intervene and replace NULL PhoneNo with "" on the client
Any suggestions, please?