D
doodle
Greetings gurus. Windows xp, access 97
I am having trouble with a combo box updating a subform. It doesn't
make sense to me, because I have numerous forms set up this way and
they work fine. I'm missing something. This is what I have:
Main Form = frmOrderEntry
Form Control Source = tblOrders
Combo Box on Main Form = cmbShipperID
Combo Box Row Source = tblShipper
Combo Box Control Source = ShipperID
Bound Column = 1
Column Count = 1
Subform = frmShipper
Control Source = tblShipper
Link Child = ShipperID
Link Master = ShipperID
Fields = txtAddress, txtAddress2,txtPhone,txtFax
tblShipper Fields
ShipperID
Address1
Address2
Phone
Fax
tblOrders Fields
OrderNum
ShipperID
Should work like this:
The user selects a Shipper from the combo box on the main form and the
subform updates with the address, phone and fax for that shipper.
Someone please enlighten me. I don't see anything wrong with what I
have here.
-doodle
I am having trouble with a combo box updating a subform. It doesn't
make sense to me, because I have numerous forms set up this way and
they work fine. I'm missing something. This is what I have:
Main Form = frmOrderEntry
Form Control Source = tblOrders
Combo Box on Main Form = cmbShipperID
Combo Box Row Source = tblShipper
Combo Box Control Source = ShipperID
Bound Column = 1
Column Count = 1
Subform = frmShipper
Control Source = tblShipper
Link Child = ShipperID
Link Master = ShipperID
Fields = txtAddress, txtAddress2,txtPhone,txtFax
tblShipper Fields
ShipperID
Address1
Address2
Phone
Fax
tblOrders Fields
OrderNum
ShipperID
Should work like this:
The user selects a Shipper from the combo box on the main form and the
subform updates with the address, phone and fax for that shipper.
Someone please enlighten me. I don't see anything wrong with what I
have here.
-doodle