Summerwind
Registered User.
- Local time
- Today, 11:52
- Joined
- Aug 25, 2005
- Messages
- 91
I use a technique of building a local temporary table to be the source of various reports. I create these using ADOX and things work well.
However, I have a P&L report that needs a table with the default values set to zero when the the table is created.
Currently I run code to fill the table with zeros after it has been created and this works but isn't too sophisticated.
anyone know of a way to set the table's field to be default zero?
Thanks for any help.

However, I have a P&L report that needs a table with the default values set to zero when the the table is created.
Currently I run code to fill the table with zeros after it has been created and this works but isn't too sophisticated.
anyone know of a way to set the table's field to be default zero?
Thanks for any help.