I have a button and on the click of that button i want to change a the name of few fielnames of Ms access table In Vb.net coding.
Printable View
I have a button and on the click of that button i want to change a the name of few fielnames of Ms access table In Vb.net coding.
Search for ADOX. Here's a reference
http://www.vbforums.com/showthread.php?t=251384
the given thread revolves around how to make a database and assign the column names..but i simply have to remane my coloumn names with new ones on a button click.
Well, what items. And to what name?
I would use:
ITEMname.Name = "New Name"