Hi,<br><br>Bill Type - table<br><br><br>AutoNumber BillType Billing Code<br> 1 Regular Bill REG<br><br>I have a form with a lookup to this table but I don't know how to get the description field 2 or 3 to be included to view the description...but Only store AutoNumber field 1; in my orders form.<br><br>I have this:<br>SELECT [Bill Type].[AutoNumber] FROM [Bill Type]; <br><br>Thanks<br><br>