Is there any one know how to create an Access Database dynamically in VB .net? I have try using ADOX but when I creating a table it dosen't recognize the code that set the column to autoincrement [table.Columns("ContactId").Properties("AutoIncrement") = True]. Is there any one can help?