Cannot define field more than once

  • Thread starter Thread starter Charlie Helfrich
  • Start date Start date
C

Charlie Helfrich

I am linking several Paradox tables to an access database.
I then created a query to make table, I get the
error "cannot define field more than once". I cannot
change the name of the fields since it is linked data.

Is there a solution for this create table query with
several fields with titles that are almost the same?.

Any help would be appreciated
 
If you are "making" a table, you can name the fields whatever you want. Just
use syntax like:
AliasName: [FieldA]
 
Back
Top