Take Control: Q&A Page 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23

Finish the Rental Combo

3. When you go to the next step, preview the Combo Box and adjust the column width, if needed.

 

4. Store the value in the RentalID

The last part of the Combo Wizard is very important. This is another example of "matching socks."

 

The Movie form uses tblMovieTitles for the record source. That table has a RentalID field. You are going to match RentalID from tblRental to the RentalID in tblMovieTitles.

 

Your Combo will store, and look up, the RentalID.

Form Design Tools -> Design -> Controls