WoodyRoundUp
Programmer
Hi all.
I need some help.
I am doing some coding to create a new database with some tables.
And for one of the tables, I wanna change the font type.
Is there any idea I can change it?
The coding that I used are as follow:
sConnection = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" + myFile
cat.Create sConnection
cat.ActiveConnection = sConnection
tbl2.Name = "SaveType"
tbl2.Columns.Append "SaveType", adInteger
cat.Tables.Append tbl2
Can anybody help me pls?
Thanks.
Budi
I need some help.
I am doing some coding to create a new database with some tables.
And for one of the tables, I wanna change the font type.
Is there any idea I can change it?
The coding that I used are as follow:
sConnection = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" + myFile
cat.Create sConnection
cat.ActiveConnection = sConnection
tbl2.Name = "SaveType"
tbl2.Columns.Append "SaveType", adInteger
cat.Tables.Append tbl2
Can anybody help me pls?
Thanks.
Budi