Hi,

I'm writing an application in VB where I have to create a new Access table at a run time. Every time my program adds a new record I need to generate a new primary key value. I tryed to use AutoNumber field type but vb doesn't seems to have it (or it could not find it. When I tryed to return the type of the AutoNumber field it returned 4 which is a Number type).

Is there anything else that could be done apart from DBGUID type?

Thank you