H
holdemfoldem
I'm trying to build new tables in existing databases in MS Access 2003, using
VB6 SP6 on an XP box.
It's working pretty well, except for creating fields of type "Yes/No".
Here's some sample code (I left out the variable declarations and code for
opening the table, creating the table, careting other fields in the table,etc,
since that's all working fine):
Dim ZoneFieldDef As DAO.Field
VB6 SP6 on an XP box.
It's working pretty well, except for creating fields of type "Yes/No".
Here's some sample code (I left out the variable declarations and code for
opening the table, creating the table, careting other fields in the table,etc,
since that's all working fine):
Dim ZoneFieldDef As DAO.Field