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.