Good day. I read through the Forms threads and didn’t see anything that quite fit what I am trying to do. I have a db that tracks equipment repairs/status. On my data entry form for tblJobs, I’m trying to have the [EquipID] control auto-populate the [EquipType] control.
The [EquipID] control is a combo box having two columns: [EquipID] and [EquipType]. How do I populate the [EquipType] control with the matching data from the [EquipID].[EquipType] column of the combo box?
The [EquipID] control is a combo box having two columns: [EquipID] and [EquipType]. How do I populate the [EquipType] control with the matching data from the [EquipID].[EquipType] column of the combo box?