BroncoMarc
Registered User.
- Local time
- Today, 15:31
- Joined
- Apr 4, 2002
- Messages
- 43
I have an existing database that has self contained tables. I found a table on an SQL server in the company that has better info and can replace one of my existing tables. The problem is that a couple of the field names are different.
This is a pretty big database (lot of forms and code, etc).. I don't want to search thru the whole database and change all the field names to match the field names on the SQL table. I can't change the names of the fields on the SQL table.
Is there an easy way to tell it that, for example AccountID (the field name on the SQL table) = Parent_Customer_Number (What the database forms, etc are looking for) ??
Thanks,
- Marc
This is a pretty big database (lot of forms and code, etc).. I don't want to search thru the whole database and change all the field names to match the field names on the SQL table. I can't change the names of the fields on the SQL table.
Is there an easy way to tell it that, for example AccountID (the field name on the SQL table) = Parent_Customer_Number (What the database forms, etc are looking for) ??
Thanks,
- Marc