vbscript - Looking for constant values for DAO.Field.Type -


i have need of using vbs in conjunction dao.field.type methods , properties. since using vbs not have access constants displayed on page , can't find resource tell me are.

most msdn article lists constant names, don't know values are, , appreciate finding out are.

field.type property (dao)

thanks,

sean w.

do have microsoft office? here's 1 way can find them.

  1. open office product.
  2. hit alt+f11 open vba editor.
  3. from tools menu, select references....
  4. find reference entitled microsoft dao x.x object library, check it, , click ok.
  5. hit f2 bring object browser.
  6. in top drop-down, choose dao library.
  7. in 2nd drop-down, type constant name (e.g., dbbigint) , hit [enter] search.
  8. select proper item search results.
  9. near status bar pane describes selected item. show constant's value.

Comments

Popular posts from this blog

Linux vanilla kernel on QEMU and networking with eth0 -

rdbms - what exactly the undo information lives in oracle? -

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -