Ok, I am working on an Access DB (2002) that needs to show a Subform when a field is populated with a number. In this case when VendorNumber is populated and it does not match the criteria of [Preconversion] and [Letter] and [VatCompliant] =true, then I want the subform to open up with the information. The link between the form and the VendorNumber is VENID.
I have tried to use a bunch of queries but it has not given me any joy. So I figure VB will have to be the way to go.
I have tried to use a bunch of queries but it has not given me any joy. So I figure VB will have to be the way to go.
Comment