Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Writing Empty text fields to a table

Status
Not open for further replies.

JulieS

MIS
Nov 23, 2000
48
CA
Hi,
My form (that i created in InterDev) gives me an error when I try to submit text fields that have no data in them (and no, these are not required fields in my database).
Is there any way to initialize these textboxes? I've tried everything:
Dim MyVar As Variant
MyVar=Null
MyVar=""
etc, but nothing seems to work.
Any ideas?

Thanks!!!!!!!
Julie
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top