I am a form based on a query, At the moment the form displays customerID, I'd like to also add the corresponding productID, so I modified the underlying request, but because I've entered customers in my database who have not yet been given a product, therefore their productID does not yet exist, my form is displaying only those customers who have also a corresponding productID!
Is there any way that I can display all the customer ID's, and those of which do not have a productID the productID label will be left blank?
Hope this makes sense!!
Thanks