J
John
I am trying to edit a tables' structure using VBA. I can
create a basic field using .CreateField()
and .Fields.Append.
I want to create a field in one table that exists in
another table (different DB). I wish to maintain the
lookup RowSource from the source table. This doesn't seem
to be something I can create on-the-fly.
I have tried many methods to copy the field within
tabledef and cannot do it.
Does anyone have any ideas, am I wasting my time?
Thanks,
John
create a basic field using .CreateField()
and .Fields.Append.
I want to create a field in one table that exists in
another table (different DB). I wish to maintain the
lookup RowSource from the source table. This doesn't seem
to be something I can create on-the-fly.
I have tried many methods to copy the field within
tabledef and cannot do it.
Does anyone have any ideas, am I wasting my time?
Thanks,
John