R
Robbie G
I have a table called tblBudgets with fields: Year, Month, Category and
BudgetAmount.
I am trying to create a form that will allow me to input a budget amount for
each category in a specific month.
I have tried this by creating a query (which selects displays the Year,
Month, Category and BudgetAmount for a specific month from tblBudget) and
using this as the basis of a form. This all looks good except i can't input
any values into BudgetAmount (I guess because the form is based on a query
not a table).
2 questions:
i) How should I do this?
ii) How can I get the default BudgetAmount to equal the corresponding budget
from the previous month?
thanks,
Robbie
BudgetAmount.
I am trying to create a form that will allow me to input a budget amount for
each category in a specific month.
I have tried this by creating a query (which selects displays the Year,
Month, Category and BudgetAmount for a specific month from tblBudget) and
using this as the basis of a form. This all looks good except i can't input
any values into BudgetAmount (I guess because the form is based on a query
not a table).
2 questions:
i) How should I do this?
ii) How can I get the default BudgetAmount to equal the corresponding budget
from the previous month?
thanks,
Robbie