Yeap. I did that. I deleted both controls just in case. I've been backtracking for over 2 hours now tryng to find it.
Well, I think I finally found what's causing it and I'm still confused. I had changed the query my form was based on and it's crashing because there is no matching record. Let me try to explain.
My query for my form is based on three tables:
DefendantInfo: DefendantID , DefendantDetails
Citations: CitationNo , DefendantiD, CitationDetails
TransportInfo: CitationNo, TransportDetails
A Citation may only have one transport record, but it's not required. I clicked on the join property to show all Citationrecords and any transport records with a matching CitationNo. When I run my query, it picks up all the records.
When I go to form view ... BOOM!
Without the Transport details in my query, everything works fine ...
Edit: Well, back at home now and the EXACT version at home works .... go figure. I don't know if it somehow got corrupted or something when burned a copy of the db and took it to work.