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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

upsized from access to sql 2000

Status
Not open for further replies.

tziviak

Technical User
Oct 10, 2002
128
US
I upsized my tables from access to sql 2000 -and the field name that had spaces in them -got an underscore in it's place.
since, I will still be running my queries from access , I changed the field names manually-back so they should have a space instead of an underscore (ex. [site id] instead of site_id)
but now, I can't enter/delete a record in sql and I'm getting a message: invalid name 'site_id'
so behind the scenes-the name wasn't really changed-so where do I change it? I changed the name of the fields by the table design
Thank you





 
What method are you using to try and amend/delete the records?
 
I actually tried 2 ways-using the query analyzer & by the enterprize manager->open table->query

thanks for trying to help me out
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top