I'm stumped. I have a continuous subform with a combo box ("Materials"
that allows a user to choose which materials he used in a given project. The user then enters the number of these items
i.e., "Rebar" "24"
"PVC" "18"
"16d Nails" "100"
All fine. The problem comes when I try to delete one of the selections. For instance, if I remember that I didn't actually use rebar, and delete it, I get the error
"You tried to assign the Null value to a variable that is not a Variant data type."
How do I get around this???
thanks for the help in advance--
J
i.e., "Rebar" "24"
"PVC" "18"
"16d Nails" "100"
All fine. The problem comes when I try to delete one of the selections. For instance, if I remember that I didn't actually use rebar, and delete it, I get the error
"You tried to assign the Null value to a variable that is not a Variant data type."
How do I get around this???
thanks for the help in advance--
J