Ivar
2012-03-27 13:38:02 UTC
Hi All.
My App (VB6) Uses reference to DAO 3.6
If Database does not exist it creates it
mdb file only has tables, fields and relationships.
When DAO is creating database can any of the following be done
Add some kind of tag to the file that can be read via DAO that can store the
version of the exe that created it. don't want to add another table and
field just to store a little string.
When a table is opened with Access in design mode there is a description
column for each field, Can DAO write to this field when it's creating the
table and fields ? Something like 'Must Be 4 Characters Long'
when creating a field of type dbBoolean, How to display the check box in
that field if table is opened in data view. All I can get is -1 or zero?
How (When using DAO to create Database) Can I get Access to display a msgbox
if mdb file is opened using Access
Any Adivce or ideas?
Thanks
Ivar
My App (VB6) Uses reference to DAO 3.6
If Database does not exist it creates it
mdb file only has tables, fields and relationships.
When DAO is creating database can any of the following be done
Add some kind of tag to the file that can be read via DAO that can store the
version of the exe that created it. don't want to add another table and
field just to store a little string.
When a table is opened with Access in design mode there is a description
column for each field, Can DAO write to this field when it's creating the
table and fields ? Something like 'Must Be 4 Characters Long'
when creating a field of type dbBoolean, How to display the check box in
that field if table is opened in data view. All I can get is -1 or zero?
How (When using DAO to create Database) Can I get Access to display a msgbox
if mdb file is opened using Access
Any Adivce or ideas?
Thanks
Ivar