K
kublakahn
Guest
I have a database with 2 tables, in each table is a field (integer) that contains a number. The two tables are related one to many. I have made a form and a subform. The main form takes the number value from "table A" and performs a calculation (control source).
When I try to take the number value from "table B" and perform a calculation in the control source and display it on the subform (default view = datasheet), I get "#Error". Now if I just put "[field]" into the control source it displays the number, but if I preceed this with "=" I get the "#Error". I can't even increase the value by 1 (=[field] + 1).
I have also tried making a query and using that for the control source and that didn't work (I'm not really sure if it should, I'm just trying everything I can think of).
Can someone please help, thanks.
When I try to take the number value from "table B" and perform a calculation in the control source and display it on the subform (default view = datasheet), I get "#Error". Now if I just put "[field]" into the control source it displays the number, but if I preceed this with "=" I get the "#Error". I can't even increase the value by 1 (=[field] + 1).
I have also tried making a query and using that for the control source and that didn't work (I'm not really sure if it should, I'm just trying everything I can think of).
Can someone please help, thanks.