Hi,
I have a table that has two fields-budgetline (unique number) and budgetamount.
I created a form (as a continuous form) to use for entering and updating data.
The budgetamount field populates with the data in the table-that works fine.
For the budgetline field, I created a combo box that is linked to query and provides a dropdown list of allowable entries. That part works fine.
...