Hey guys, I'm new here as you may have noticed 
I am having a hard time with something here that I will describe for you to see if I can get some help.
I am creating a small program on access 2007 that will let me keep a record of incoming money. Of course, all incoming money records are going to be stored in the "IncomingMoney" table. But here is what is giving me a hard time to work out... If the incoming money is because of a bonus, then I want to store that record in a "Bonuses" table too, not only on the "IncomingMoney" table.
How can I do that? If I am not mistaken, I need to build a relationship between those tables. But what fields should I build the relationship on?
These are the fields I have for each table mentioned above:
Table: IncomingMoney
- IncomingMoneyID [AutoNumber]
- IncomingMoneyName [Text]
- Quantity [Number]
- Description [text]
- Date [Date]
Table: Bonuses
- BonusID [AutoNumber]
- Date [Date]
- Quantity [Number]
- Description [Text]
I was thinking like "If the IncomingMoneyName.text = "Bonus", then store the bonus record. But to me it is easier to say than do.
Please help... Thanks in advance!

I am having a hard time with something here that I will describe for you to see if I can get some help.
I am creating a small program on access 2007 that will let me keep a record of incoming money. Of course, all incoming money records are going to be stored in the "IncomingMoney" table. But here is what is giving me a hard time to work out... If the incoming money is because of a bonus, then I want to store that record in a "Bonuses" table too, not only on the "IncomingMoney" table.
How can I do that? If I am not mistaken, I need to build a relationship between those tables. But what fields should I build the relationship on?
These are the fields I have for each table mentioned above:
Table: IncomingMoney
- IncomingMoneyID [AutoNumber]
- IncomingMoneyName [Text]
- Quantity [Number]
- Description [text]
- Date [Date]
Table: Bonuses
- BonusID [AutoNumber]
- Date [Date]
- Quantity [Number]
- Description [Text]
I was thinking like "If the IncomingMoneyName.text = "Bonus", then store the bonus record. But to me it is easier to say than do.
Please help... Thanks in advance!