|
-
December 29th, 2008, 12:26 AM
#1
changing the names of coloumn names of ms access table
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.
-
December 29th, 2008, 02:18 AM
#2
Re: changing the names of coloumn names of ms access table
-
December 29th, 2008, 02:41 AM
#3
Re: changing the names of coloumn names of ms access table
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.
-
December 29th, 2008, 09:13 PM
#4
Re: changing the names of coloumn names of ms access table
Well, what items. And to what name?
I would use:
ITEMname.Name = "New Name"
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|