I have blank form. I am selecting a record from another table, these records are listed in a combo box. When I select one of the records, I am trying to get it to populate the information in the form from another table. I originally had it working fine, but when I moved away from the record, and came back, the data was blank. So I added fields for the data to be imported into the current table, and this almost works, except i get this error:
Field "my field" can't be a zero-length string
What does this mean? If I debug, it brings me to where I reference the column in the combo box like
Box1 = Column1 in VBA
If I click end, it works how I want. How can I turn off these debugging messages telling me that my code is wrong? it works!!!
Thanks
Field "my field" can't be a zero-length string
What does this mean? If I debug, it brings me to where I reference the column in the combo box like
Box1 = Column1 in VBA
If I click end, it works how I want. How can I turn off these debugging messages telling me that my code is wrong? it works!!!
Thanks