Sounds like you're linking the SQL table to Access .mdb files instead of
using .adp files & ADO connections. BigInt isn't a supported data type
in Access linked tables. Therefore, use the .adp file & ADO
connections. Or, convert the SQL column's data types to Integer, which
Access "understands" as Long Integers.