S
stevenzk
I use this method to create a new field in a table. This field had
yes/no datatype. The "fieldname" is the name of the new field i want t
add in the table.
AppendDeleteField tdfApp, "APPEND", fieldname, dbBoolean, 1
I want to know is there a code that i can add in to set the displa
control of this newly added field("fieldname") from a default text bo
to checkbox.
*AppendDeleteField is a function i create to Append/delete field.
I wish u guy can help me on this?
Thanks you
yes/no datatype. The "fieldname" is the name of the new field i want t
add in the table.
AppendDeleteField tdfApp, "APPEND", fieldname, dbBoolean, 1
I want to know is there a code that i can add in to set the displa
control of this newly added field("fieldname") from a default text bo
to checkbox.
*AppendDeleteField is a function i create to Append/delete field.
I wish u guy can help me on this?
Thanks you