marathonlady
Registered User.
- Local time
- Yesterday, 21:49
- Joined
- Jul 10, 2002
- Messages
- 120
I know how to use the alter statement in a data definition query to add a field to a table. How do I make that field (it is yes/no) display as a checkbox? my code is:
ALTER TABLE ISTtbl_PRProject ADD COLUMN Selected yesno;
This adds the field properly but doesn't display as a checkbox.
Thanks in advance for your help.
ALTER TABLE ISTtbl_PRProject ADD COLUMN Selected yesno;
This adds the field properly but doesn't display as a checkbox.
Thanks in advance for your help.