I have a split database. 2 tables.
Table 1 (tblForklift)
ForkliftID
ForkliftOwnerShip
Table 2 (TblForkliftOwnerShip)
OwnershipID
ForkliftOwnerShip
Table 1 Forkliftownership is a combo box and displays the correct columns in the back end, but when i go to the front end it will revert back to showing the ID and the row source will not be there. when i re-add the row source to the fron end and save it, close it and reopen it the row source will be gone and the table goes back to showing the ID.
Table 1 (tblForklift)
ForkliftID
ForkliftOwnerShip
Table 2 (TblForkliftOwnerShip)
OwnershipID
ForkliftOwnerShip
Table 1 Forkliftownership is a combo box and displays the correct columns in the back end, but when i go to the front end it will revert back to showing the ID and the row source will not be there. when i re-add the row source to the fron end and save it, close it and reopen it the row source will be gone and the table goes back to showing the ID.