I am trying to sum two different fields and then add them to a table.
the form has a one, and a sub, many side
I want to take the value of textbox1 from the main form, and sum it with the value from textbox2 on the subform,
then have an event that updates textbox3 on the main form, thus updating the table.
I keep getting an error "invalid use of null"
Essentially, if the sub contains no data, I get the error.
the form has a one, and a sub, many side
I want to take the value of textbox1 from the main form, and sum it with the value from textbox2 on the subform,
then have an event that updates textbox3 on the main form, thus updating the table.
I keep getting an error "invalid use of null"
Essentially, if the sub contains no data, I get the error.