Hi all,
Hopefully this makes sense
I have 2 tables linked together, one has 100 rows the other 80 rows.
If I link the tables together and use an ALL Records join I get 100 rows as a result with blank spaces for the remaining fields. Is it possible to get access to replace any missing records with a zero?? I've looked at Null but it seems to skip the record not replace it with anything. Here is an example -
1 5
2 5
3 <== Need it to auto insert a zero in here
4
5 5
6 5
7 5
8 5
9 5
Basically I have a calculation based on the outcome and without any value in the second table the entire math falls flat. I can't add zeros to the table so I need it to pretend it had one.
If it makes sense then please help
Whoop
Hopefully this makes sense

I have 2 tables linked together, one has 100 rows the other 80 rows.
If I link the tables together and use an ALL Records join I get 100 rows as a result with blank spaces for the remaining fields. Is it possible to get access to replace any missing records with a zero?? I've looked at Null but it seems to skip the record not replace it with anything. Here is an example -
1 5
2 5
3 <== Need it to auto insert a zero in here
4
5 5
6 5
7 5
8 5
9 5
Basically I have a calculation based on the outcome and without any value in the second table the entire math falls flat. I can't add zeros to the table so I need it to pretend it had one.
If it makes sense then please help

Whoop