Hi EveryOne now i am sitting on the edge of needle.I want to change the look up property for display control in ms access. It needs to be change from text box to Check box.
I tried this
ALTER TABLE Testtbl ADD COLUMN NewRelease YESNO
But it gives the display control to text box. But i need to change check box through c#.net codings. I know that how i can change manually. But i need to change this automatically through one button click.
I tried this
ALTER TABLE Testtbl ADD COLUMN NewRelease YESNO
But it gives the display control to text box. But i need to change check box through c#.net codings. I know that how i can change manually. But i need to change this automatically through one button click.