P
philip
It's easy to create a field in a table by vba :
So :
Tdf.CreateField("Field1", dbText, 25)
create a text field of 25 characters long.
But which constant may I use to create an 'hypertext' field ?
Thanks for solution if someone has.
So :
Tdf.CreateField("Field1", dbText, 25)
create a text field of 25 characters long.
But which constant may I use to create an 'hypertext' field ?
Thanks for solution if someone has.