PDA

Click to See Complete Forum and Search --> : Change Field Size via VB Code (URGENT!)


JeffSM
May 24th, 2000, 01:10 AM
Some one knows what code should I use to change the field size of a table:

I have already this code that localize the exact field,
but I don't know how update the table!

<b>
Set dbField = dbTable.Field(y)
dbField.Size = aFields(x).Lenght
</b>
Thanks in advance!
Jefferson

Gen-X
May 24th, 2000, 06:40 AM
What database are you talking about? SQL Server? Access??? Oracle? Paradox?

MORE INFO!!!!

JeffSM
May 24th, 2000, 01:43 PM
Access
Tx.
Jeff