S
Sheila D
I have a combo box which needs to refresh after each record is added, I have
the After Update Event set to Me.Manufacturer.Requery (with help from a
previuos post)
I have an odd success with this whereby if I add a new value in a record the
combo box does not refresh immediately, it only refreshes when I add a second
record
ie if I add Fred to the list the next record does not show Fred in the
dropdown but if I add another record (with the same or different value) then
the drop down refreshes to show Fred.
I previously had this set to
Private Sub Manufacturer_AfterUpdate()
DoCmd.Requery "Manufacturer"
End Sub
Which worked fine in Access 2007 but not in Access 2000 which is what I need
for the time being. Any help much appreciated.
Sheil
the After Update Event set to Me.Manufacturer.Requery (with help from a
previuos post)
I have an odd success with this whereby if I add a new value in a record the
combo box does not refresh immediately, it only refreshes when I add a second
record
ie if I add Fred to the list the next record does not show Fred in the
dropdown but if I add another record (with the same or different value) then
the drop down refreshes to show Fred.
I previously had this set to
Private Sub Manufacturer_AfterUpdate()
DoCmd.Requery "Manufacturer"
End Sub
Which worked fine in Access 2007 but not in Access 2000 which is what I need
for the time being. Any help much appreciated.
Sheil