Hello all, I am currently trying to create a form that allows the user to create a new record on a certain table named "transactions". Another table named "Tenant" holds information such as amount of rent due. I would like this form to display the amount of rent from the tenant table next to the pay rent text field of the transactions table. I have a combo box that allows the user to select a specific room number. This combo box should then populate the rent due field by getting the information from the Tenant table and the transaction table should be updated when the user clicks process. The room number should be then given to the transaction.unit field. Any help or suggestions would be appreciated. Let me know if this makes sense. Thanks in advance