Mannyluk
04-17-2004, 09:26 AM
Hi,
I'm creating a front end for an Access2000 database.
When i create a recordset and then try to show the contents of the recordset on my form using:
lblHomePhone.Caption = !HomePhone
if the !HomePhone field in the database is blank it throws up an error.
How do i tell vb to ignore the blank field and carry on populating the rest of my form?
Thanks in advance
Mannyluk
I'm creating a front end for an Access2000 database.
When i create a recordset and then try to show the contents of the recordset on my form using:
lblHomePhone.Caption = !HomePhone
if the !HomePhone field in the database is blank it throws up an error.
How do i tell vb to ignore the blank field and carry on populating the rest of my form?
Thanks in advance
Mannyluk