G
Guest
Hi again,
i have a query which uses the counts from multiple other queries which are
linked by a union query. the output data i have is as follows
ID 0-15 16-30 31-45
1212 1 3
1111 2 5
1010 5
how do i get it to display 0 instead of blank field? I have tried the
following
NZ([0-15Mins],0) but this cuts out the blank fields altogether however i
need these left in. is the problem that the counts are based on text fields?
i have a query which uses the counts from multiple other queries which are
linked by a union query. the output data i have is as follows
ID 0-15 16-30 31-45
1212 1 3
1111 2 5
1010 5
how do i get it to display 0 instead of blank field? I have tried the
following
NZ([0-15Mins],0) but this cuts out the blank fields altogether however i
need these left in. is the problem that the counts are based on text fields?