pj_b2sai Posted June 30, 2006 Posted June 30, 2006 Hi. I want to insert a new field in access using visual basic 6.0.I have a a database called "info.mdb" and it has a table called "Table1" and it has fields "Name", "Age","Address" respectively.I want to insert a field called "Sex" BETWEEN "Name" and "Age".Please help me.... Thanx.
Sic Posted June 30, 2006 Posted June 30, 2006 Here's a link That could help you.In short : Appending in no problem but inserting seems to require to create a new table with the new definition and then copy all the datas from the existing table ...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now