D2K does not support user defined datatypes. But there is a work around. You can create a form based on procedure. You can create a package in the database in which have the procedures to add, modify, delete & retrieve records from the table with columns having user defined datatypes. Then create the form based on these procedures.