Jump to content

Recommended Posts

Posted

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.


Posted

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 ...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...