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.
thanks,
sean w.
do have microsoft office? here's 1 way can find them.
- open office product.
- hit
alt+f11
open vba editor. - from
tools
menu, selectreferences...
. - find reference entitled
microsoft dao x.x object library
, check it, , click ok. - hit
f2
bringobject browser
. - in top drop-down, choose
dao
library. - in 2nd drop-down, type constant name (e.g.,
dbbigint
) , hit [enter] search. - select proper item search results.
- near status bar pane describes selected item. show constant's value.
Comments
Post a Comment