Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Access 97 update query

Status
Not open for further replies.

PerryG

Programmer
Joined
Aug 15, 2000
Messages
75
Location
US
Is there a way to run an update query referencing the fields in a table by their index instead of their name? We get tables from several suppliers; structures and data types identical, but with different field names.

Thanks for the help.

PerryG
 
you will have to do it by the code then. if the structure is always the same (only the name change), use the VBA to update, you will be able to use index numbers instead of literal Mal'chik [bigglasses]
 
Thanks, Mal....that's what I was afraid of.

PerryG
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top