A family of Microsoft relational database management systems designed for ease of use.
Thanks again Mr Sctott...thanks a lot for your attention and help...however I must be doing something wrong. Please let me repeat what I have in my tables and form. I want to make sure I am giving the right information.
Table Name: tAccounts Table Name: tAccount Categories Table Name: tTransactions
AcctID AcctCategID TransactID
AcctNo AcctCategNo TransactNo
Acct AcctCateg TransactDate
AcctCategID TripID
Amount
TransactDescrip
AcctID
As I mentioned the relation are between table Account Categories and table Accounts in a one two many because a category could have multiple accounts. The other relationship is between table Account and table Transactions because an account could have many transactions. I delete the AcctCategID from table Transactions to avoid redundancy according you told me.
The Record Source of the Transaction form is tTransaction. Date type in each table foreign key are number (Long Log) to make possible the relationship.
The query I mention in the beginning are the internal one that took place when in the cboAcctCateg row source line I click the dot button. Doing that a query window open. I select table Account Categories and add AcctCategID, AcctCategNo, AcctCateg. I the query and the data come out. I did the same with the cboAccount and I select AcctID, AcctNo, Acct, AcctCategID. I run the query and the data come out. I save and close both query and doing so, in the row source of each combo box appear the select line. Excuse me if I am repeating things that are so elementary for you, but my purpose is to be clear on what I have.
Thanks again for your time. I am grateful
Nelson Ruiz