Calculated field on subform problem
I have a frmOrdersSubform which I use to enter order details ex.
order date
ship date
productid
currently the form uses a sql string as a recordsource.
I calculate the 'amount due' in qryamountdue however I can't seem to be able to add this field to my subform and still make it updateable.
any suggestions would be excellent.
oh I also tried calculating the 'amount due' in the forms sql string also and it makes the recordset not updateable also
thank you in advance
I have a frmOrdersSubform which I use to enter order details ex.
order date
ship date
productid
currently the form uses a sql string as a recordsource.
I calculate the 'amount due' in qryamountdue however I can't seem to be able to add this field to my subform and still make it updateable.
any suggestions would be excellent.
oh I also tried calculating the 'amount due' in the forms sql string also and it makes the recordset not updateable also
thank you in advance