D
Dan
Hi,
I am try to change the destination table name from an
append query. Is there anyway I can say in VBA that
DestinationTable = [NewTableName], instead of writing SQL
statment of creating a table in the VBA?
Since I did the query in access, I just want to be
changing the destination table name in VBA. The name
will always have the date added to it so that is why I
need to change the name in the append query.
Thank you
I am try to change the destination table name from an
append query. Is there anyway I can say in VBA that
DestinationTable = [NewTableName], instead of writing SQL
statment of creating a table in the VBA?
Since I did the query in access, I just want to be
changing the destination table name in VBA. The name
will always have the date added to it so that is why I
need to change the name in the append query.
Thank you