SOLVED:The form comes out blank with no fields to enter data
When I try to create the form using the form wizard with the fields below
ExpenseCategory
ExpenseItem
ExpenseDate
Projected Cost
Actual Cost
The form comes out blank with no fields to enter data. Do you know why this might be happening?
These are my tables
TblExpenseCategory
ExpenseCategoryID
ExpenseCategory
TblExpenseItem
ExpenseItemID
ExpenseCategoryID
ExpenseItem
TblExpense
ExpenseID
ExpenseDate
Comments
TblExpenseDetail
ExpenseDetailID
ExpenseID
ExpenseItemID
Projected Cost
Actual Cost
These are my relationships
ExpenseCategoryID to ExpenseCategoryID
ExpenseCategoryID to ExpenseID
ExpenseID to ExpenseID
When I try to create the form using the form wizard with the fields below
ExpenseCategory
ExpenseItem
ExpenseDate
Projected Cost
Actual Cost
The form comes out blank with no fields to enter data. Do you know why this might be happening?
These are my tables
TblExpenseCategory
ExpenseCategoryID
ExpenseCategory
TblExpenseItem
ExpenseItemID
ExpenseCategoryID
ExpenseItem
TblExpense
ExpenseID
ExpenseDate
Comments
TblExpenseDetail
ExpenseDetailID
ExpenseID
ExpenseItemID
Projected Cost
Actual Cost
These are my relationships
ExpenseCategoryID to ExpenseCategoryID
ExpenseCategoryID to ExpenseID
ExpenseID to ExpenseID
Last edited: