- I have a query that checks 2 tablles and if the records email address in tableA match the addresses in tableb then it returns name,address,area,postcode,emailattribute of the records to a form.
- the form on open event is
Private Sub Form_Open(Cancel As Integer)
Me.emailattribute = "1"
End...