I'm designing a database which does not use lookup fields but uses combo boxes on the forms. However, I am wondering if I'm using them correctly. When I set up the combo box the row source is automatically filled with a what looks like a query statement (see Attachment 1).
Attachment 1
Or, after the combo box is set up, I can change the row source to point directly to the table and delete the query statement which seems more efficient (see Attachment 2). However, it also looks suspiciously like a lookup field.
Attachment 2
So, the question is: Which version is correct? Or, are they both correct and it doesn't really matter how the row source is populated?