Aerowolf
Programmer
- Nov 6, 2002
- 64
OK...I am able to use the following to populate fields in a record of the subform:
[Forms]![frmOrderEntry2]![Order Details]![QTY1] =
where [Order Details] is a subform that has the table OrderDetails as the data source.
How do I go to the next record in the subform?
Edwin
[Forms]![frmOrderEntry2]![Order Details]![QTY1] =
where [Order Details] is a subform that has the table OrderDetails as the data source.
How do I go to the next record in the subform?
Edwin