Hi there,
I have a small database in MS Access that is causing me some issues.
I have a Main Form "A" which has a number of Subforms "B", "C", etc.
Main Form A has 'autonumber' as the unique identifer for each record, whereas subforms B, C etc have their primary key as simply 'number'. These fields are linked.
I am able to show records for each subform that relate to the Main Form just fine. However, there are some details in the subforms that contain no data - this is normal, as some information may not be applicable.
When I do a Select query on the corresponding tables based on the primary key of the Main Form, if no data is stored in subform B's table, the query shows no data. This throws out the entire query.
My desired outcome is for '0' to be presented as opposed to nothing.
Any advice?
Thanks
I have a small database in MS Access that is causing me some issues.
I have a Main Form "A" which has a number of Subforms "B", "C", etc.
Main Form A has 'autonumber' as the unique identifer for each record, whereas subforms B, C etc have their primary key as simply 'number'. These fields are linked.
I am able to show records for each subform that relate to the Main Form just fine. However, there are some details in the subforms that contain no data - this is normal, as some information may not be applicable.
When I do a Select query on the corresponding tables based on the primary key of the Main Form, if no data is stored in subform B's table, the query shows no data. This throws out the entire query.
My desired outcome is for '0' to be presented as opposed to nothing.
Any advice?
Thanks
Comment