I am creating an windows application in vb.net 2003 and have some questions about how to create the Access database.
1) Do I need to create relationships in Access. I can do this in VB.net if I need to but do I also need them in the database?
2) I think I need a primary key set in the database. I get errors telling me that no key exists in the database so it can't update or insert. Is this the caes?
3) If I need a primary key, I need the keys to accept duplicate values. I can't seam to get this done. Access won't allow me to create a key with duplicates. What am I doing wrong? Do I just need to add a autoincrement a column that is not used in my program?
Thanks for the help,
Steve
1) Do I need to create relationships in Access. I can do this in VB.net if I need to but do I also need them in the database?
2) I think I need a primary key set in the database. I get errors telling me that no key exists in the database so it can't update or insert. Is this the caes?
3) If I need a primary key, I need the keys to accept duplicate values. I can't seam to get this done. Access won't allow me to create a key with duplicates. What am I doing wrong? Do I just need to add a autoincrement a column that is not used in my program?
Thanks for the help,
Steve