B
Barry A&P
I have been using the find record combo Box the wizard creates to set a form
to a record. when i use the combo to look up a record it works great, However
if i then use the navigation buttons to advance to another record the Find
record combo retains the previous value. Users get confused. ive used the
Me.Combo4.Value = "" to set the combo back to Null which works but now im
being picky and dont like having two controls that basically deal with the
same info is there a way to have that find record combo always display the
forms current info?
Heres what i got.. (simplified)
T_Parts
PartID (pk)
PartNumber
PartDescription
T_SerialNumbers
SNID (pk)
PartID (ck)
SerialNumber
DateOn
DateOff
Form_PartsMain
PartID textbox
PartNumber Textbox
PartName Textbox
FindPart Combobox >>> It does the job but i dont like it,,
Form_PartsSubform
SNID
SerialNumber
DateOn
DateOff
This is what i would like
Form_PartsMain
Part lookup Combobox (something like Select PartID, PartNumber &", "&
Description)
Form_PartsSubform
SNID
SerialNumber
DateOn
DateOff
so the lookup combo would display the current record Part info when the form
is opened and navigated by record buttons, but would also allow you to goto
another record based on the combo.. The Part info does not get edited on
this form Only Serial number subform info.
Sorry so long winded
to a record. when i use the combo to look up a record it works great, However
if i then use the navigation buttons to advance to another record the Find
record combo retains the previous value. Users get confused. ive used the
Me.Combo4.Value = "" to set the combo back to Null which works but now im
being picky and dont like having two controls that basically deal with the
same info is there a way to have that find record combo always display the
forms current info?
Heres what i got.. (simplified)
T_Parts
PartID (pk)
PartNumber
PartDescription
T_SerialNumbers
SNID (pk)
PartID (ck)
SerialNumber
DateOn
DateOff
Form_PartsMain
PartID textbox
PartNumber Textbox
PartName Textbox
FindPart Combobox >>> It does the job but i dont like it,,
Form_PartsSubform
SNID
SerialNumber
DateOn
DateOff
This is what i would like
Form_PartsMain
Part lookup Combobox (something like Select PartID, PartNumber &", "&
Description)
Form_PartsSubform
SNID
SerialNumber
DateOn
DateOff
so the lookup combo would display the current record Part info when the form
is opened and navigated by record buttons, but would also allow you to goto
another record based on the combo.. The Part info does not get edited on
this form Only Serial number subform info.
Sorry so long winded