Have an orders form with two subforms that contain similar fields, one for Order Details, the other for Credits. I'm trying to align the subform fields as best I can.
ColumnWidth=-2 works fine in the first subform but gives an error in the second.
The source query for the second has tables for Credits linking to Products, linking to Type. The error 'Method or data member not found' arises for two of the fields from the Products table. ColumnWidth=-2 works fine on the other fields. Any ideas?
ColumnWidth=-2 works fine in the first subform but gives an error in the second.
The source query for the second has tables for Credits linking to Products, linking to Type. The error 'Method or data member not found' arises for two of the fields from the Products table. ColumnWidth=-2 works fine on the other fields. Any ideas?