Data Type Change

  • Thread starter Bruister via AccessMonster.com
  • Start date
B

Bruister via AccessMonster.com

I have many linked tables with a common field named 'ID'. It was originally a
Text field but I need to change it to a 'Number' field in all tables. Can I
do this easily without causing errors with links?
 
P

Piet Linden

I have many linked tables with a common field named 'ID'. It was originally a
Text field but I need to change it to a 'Number' field in all tables. CanI
do this easily without causing errors with links?

the part that will cause problems would be the queries that use the ID
field as a filter. You would have to remove the single quotes around
any literal values. Other than that, you should be okay. Make a copy
of your DB and test it out.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top