AlexN
Registered User.
- Local time
- Tomorrow, 01:44
- Joined
- Nov 10, 2014
- Messages
- 302
Well, I’m sure this isn’t the first time someone posts this issue, I’ve already found one but I saw no answer, or at least, I didn’t understand it.
In the attached database project, we have every day transactions (tblExpenses), of different Species (tblSpecies) each one belonging to a Category (tblCategories). There’s also a table (tblCategorySpecies) that declares which Species belongs to what Category.
In tblExpenses the Category field is a lookup value in tblCategory, and the Species field is a lookup value in the tblSpecies.
Subsequently we have a small testing form (frmExpenses) that has two combo boxes, the listCategoryID taking values from the tblCategories, and the listSpeciesID taking values from the tblSpecies. In order to eliminate the listSpeciesID values, depending on the listCategoryID chosen value, I created a popup form (frmSpeciespopup) which with the appropriate VBA code does the job adequately in frmExpenses
Let’s now suppose I want to divide tblExpenses, in two tables, one containing only the transaction date, and the other containing all other transaction details, in order to avoid inputting the same transaction date over and over again for multiple transactions.
In that case we would have a main form with the transaction date field, and frmExpenses would be a subform in this form. After testing this structure, the above process of the dependent combo boxes doesn’t work.
I’m working in Access 2013.
Any ideas of fixing this?
Thanks in advance
In the attached database project, we have every day transactions (tblExpenses), of different Species (tblSpecies) each one belonging to a Category (tblCategories). There’s also a table (tblCategorySpecies) that declares which Species belongs to what Category.
In tblExpenses the Category field is a lookup value in tblCategory, and the Species field is a lookup value in the tblSpecies.
Subsequently we have a small testing form (frmExpenses) that has two combo boxes, the listCategoryID taking values from the tblCategories, and the listSpeciesID taking values from the tblSpecies. In order to eliminate the listSpeciesID values, depending on the listCategoryID chosen value, I created a popup form (frmSpeciespopup) which with the appropriate VBA code does the job adequately in frmExpenses
Let’s now suppose I want to divide tblExpenses, in two tables, one containing only the transaction date, and the other containing all other transaction details, in order to avoid inputting the same transaction date over and over again for multiple transactions.
In that case we would have a main form with the transaction date field, and frmExpenses would be a subform in this form. After testing this structure, the above process of the dependent combo boxes doesn’t work.
I’m working in Access 2013.
Any ideas of fixing this?
Thanks in advance
Attachments
Last edited: