# Leningen & leasingen koppelen met rekening 43

**URL:** https://community.silverfin.com/t/leningen-leasingen-koppelen-met-rekening-43/240
**Category:** Templates
**Created:** [May 8, 2017, 11:11am UTC](https://community.silverfin.com/t/leningen-leasingen-koppelen-met-rekening-43/240 "2017-05-08T11:11:11Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![sven](https://yyz2.discourse-cdn.com/flex030/user_avatar/community.silverfin.com/sven/32/1495_2.png) [@sven](https://community.silverfin.com/u/sven)
#### Post date: [May 9, 2017, 6:55am UTC](https://community.silverfin.com/t/leningen-leasingen-koppelen-met-rekening-43/240/2 "2017-05-09T06:55:45Z")

</div>

Hello @Joyce,

We always communicate in English in the community, if you don’t mind 😊  
Also, please post your code in a manner it becomes more readable (you can read that [here](https://community.silverfin.com/t/how-to-paste-your-code-in-a-community-post/64) how to do so). I’ve edited your post already.

To go back to your question: it’s this code that defines what accounts can be selected  
`{% input custom[current_account.number].account_42 as:account_collection range:42 %}`

That ‘range’ you see there, is what you need to give to define which accounts can be selected. If you change that to 42,43 you’ll be able to select 43-accounts too.

You can even add a default like  
`{% input custom[current_account.number].account_42 as:account_collection range:42,43 default:42 %}`

In last example, you’ll be able anything in a range from 42 to 43, but standard the 42-account will already be selected.

Hope this helps you with your question.

---

_[View the full topic](https://community.silverfin.com/t/leningen-leasingen-koppelen-met-rekening-43/240)._
