Search results

  1. E

    Alter table add column code help

    Hi everyone, i'm very amateur in VB for Access. I'm just want to add a column into a table automatically. I've a table named "Times". Now i want to add a text filed into this table. I name the field "Third". What i write is: Private Sub Toggle8_Click() Dim SQL2 As String SQL2 = "ALTER TABLE...
Back
Top Bottom