Invalid use of Null

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Joel

    Invalid use of Null

    Hi,

    I have a field: Ship_To defined Varchar 6 Length. When I create the
    record (.AddNew) I don't put any value in the field. When I read the field:
    lblShipTo(intX) .Caption = .Fields("Ship_T o") I get an error "Invalid use of
    Null". What am I doing wrong?


Working...