S
Shell
In Access 2000, I have added, via code, a new field into a table. The field
name is
"Date_" & Date
Every time I run the program, no more than once a day, I add this new field
(column) to the table. How do I access this field, in code, so I can enter
data via
rst.Edit and rst.Update and rst.MoveNext? The data I am entering has
already been gathered previously in code.
Thanks
name is
"Date_" & Date
Every time I run the program, no more than once a day, I add this new field
(column) to the table. How do I access this field, in code, so I can enter
data via
rst.Edit and rst.Update and rst.MoveNext? The data I am entering has
already been gathered previously in code.
Thanks