Change made no difference.
Add records to a recordset
Collapse
X
-
Could have. You can't add a number to a Null. Before the change, you weren't moving any data to rsDest.Fields(" TotalSF") so it would be null. Now, there should be data in the TotalSF field of your schedule table, but if there is an empty value in one of the records, you'll get the same error.
There are lots of ways to deal with that via code, but you're probably better off setting the default value in the table to 0 so you don't have to worry about it.Comment
-
Jeff,
Please note all the times people have had to tidy up after you adding the code tags that are required when posting code. Please ensure this never happens again, or we will issue an official site warning which could lead to a suspension of your account on further transgressions.
-Administrator.Comment
Comment