how do u edit large amounts of data in odbc

I

Irivng

i'm trying to edit two random files and an index file in access using an odbc
link editor. The are non numeric data in a field that may only contain
numeric data
Ho or is there an easy way to edit the data besides cutting the record the
adding it at the bottem then editing it.
 
K

kingston via AccessMonster.com

AFAIK, the ODBC driver for the data type must allow what you are trying to do.
If working on SQL datasets, for example, the MS SQL ODBC driver allows the
use of queries to retrieve and edit data. However, it sounds like you should
be able to make edits in place.
 

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