C
Chris O''''Neill
I have a form (Expense) that has a subform (ExpenseDetails) where frmExpense
shows the header info (VendorName, ExpenseID, etc. all stored in tblExpense)
and fsub ExpenseDetails shows all the transactions (AccountNum, DebitAmount,
etc. all stored in tblExpenseDetails). frmExpense is set to only allow
singleform view and ExpenseDetails only allows datasheet view.
When frmExpense loads fsubExpenseDetails starts to load but appears to
"hang" somehow. Only the last line on fsubExpenseDetails is listed until I
either click in each field (then that field displays) or click to another
record and click back. Also, new records cannot be entered into the
datasheet, even once it is displalying properly.
I have checked to be sure that both frmExpense and fsubExpenseDetails are
set to enabled and NOT locked, including all of the controls. I've also
compared these forms to other ones that I'm doing (frmIncome and
fsubIncomeDetails for instance), and can't see any differences.
In other words, I'm stuck! Any suggestions on what I should be looking
for?
Thanks!
Regards, Chris
shows the header info (VendorName, ExpenseID, etc. all stored in tblExpense)
and fsub ExpenseDetails shows all the transactions (AccountNum, DebitAmount,
etc. all stored in tblExpenseDetails). frmExpense is set to only allow
singleform view and ExpenseDetails only allows datasheet view.
When frmExpense loads fsubExpenseDetails starts to load but appears to
"hang" somehow. Only the last line on fsubExpenseDetails is listed until I
either click in each field (then that field displays) or click to another
record and click back. Also, new records cannot be entered into the
datasheet, even once it is displalying properly.
I have checked to be sure that both frmExpense and fsubExpenseDetails are
set to enabled and NOT locked, including all of the controls. I've also
compared these forms to other ones that I'm doing (frmIncome and
fsubIncomeDetails for instance), and can't see any differences.
In other words, I'm stuck! Any suggestions on what I should be looking
for?
Thanks!
Regards, Chris