I'm connected to and manipulating a Access Database using a VB frontend. But I'd like to add a simple table with 2 fields and populate it and I'm not sure how to go about doing this, google searches ...
When you create a Microsoft Access table, Access will automatically create a primary key to your database table. Still, you can also specify the field you want as the primary key for your database ...
In Access' table view, you can't run code by typing in a cell, or run macros, or do anything except type. Macros are run when they are run, they aren't tied to any specific object. If you're importing ...