aussiecyclone
March 31st, 2001, 10:30 PM
Hi,
I want to populate a forms text boxes from an Access DB, if any of the fields are empty I get Invalid use of Null error, how can I get over this? what I have tried is:
If Address.Fields("Suburb") = Null Then txtSurburb.Text = ""
Any help appreciated.
Regards,
Alan.
I want to populate a forms text boxes from an Access DB, if any of the fields are empty I get Invalid use of Null error, how can I get over this? what I have tried is:
If Address.Fields("Suburb") = Null Then txtSurburb.Text = ""
Any help appreciated.
Regards,
Alan.