My search form uses user input text boxes to create a recordset. Text boxes are then filled with the results using ControlSource assignments (me.txtRecordID.ControlSource = "RecordID"). Works fine on 32 bit (textboxes show all data for all reords found) and not on 64 bit (textboxes all show...