R
Ray_Rattler
I am very new to database design, and kind of learning as I go. Thus I have
a question about the design of my database.
I am working on a budget database. I have a table that contains all the
Categories (Cat_ID, Description, Income/Expense), a table with transactions
(I have other tables doing other unrelated things. I have a form to input
transactions, and a form to add new categories (This is a multiple items
form). The categories is basically my chart of accounts.
My ultimate goal is to create a form where I can select a budget month and
year, and have it list all the categories so I can input budget amounts. I
want the form to be able to adjust to an added category entered through that
category form.
I don't know SQL so if we can only use that if necessary that would be
great. Thanks in advance for your help. I have tried numerous things, but
can't get my mind around the design to do it correctly.
a question about the design of my database.
I am working on a budget database. I have a table that contains all the
Categories (Cat_ID, Description, Income/Expense), a table with transactions
(I have other tables doing other unrelated things. I have a form to input
transactions, and a form to add new categories (This is a multiple items
form). The categories is basically my chart of accounts.
My ultimate goal is to create a form where I can select a budget month and
year, and have it list all the categories so I can input budget amounts. I
want the form to be able to adjust to an added category entered through that
category form.
I don't know SQL so if we can only use that if necessary that would be
great. Thanks in advance for your help. I have tried numerous things, but
can't get my mind around the design to do it correctly.