Setting destination field data types in an Access update query?

  • Thread starter Thread starter Nails
  • Start date Start date
An update query uses the datatype defined in the table's field.

If you are saying that you want to convert one data type to another and put
it into a field already set for that (second) type, you can use the
"conversion" functions in a query. Check Access HELP for CDate(), CInt(),
and so on...

Regards

Jeff Boyce
Microsoft Office/Access MVP
 

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

Back
Top