Background: Front end MS Access 2010; back end MS SQL Server 2008; limited knowledge in SQL
I have a field named QTY in a SQL table defined as numeric (18,0) and has a value of 60000. The program is reading this field in a
variable defined as integer - Dim gblQTY as Integer. I am getting a run time error '6' - Overflow. What is wrong? Thanks in advanced.
I have a field named QTY in a SQL table defined as numeric (18,0) and has a value of 60000. The program is reading this field in a
variable defined as integer - Dim gblQTY as Integer. I am getting a run time error '6' - Overflow. What is wrong? Thanks in advanced.
Comment