Thanks you so much for your input. I think I need to add a little
more to my disruptions. First here is the code that I'm using
Private Sub CommonName_AfterUpdate()
Forms!frm_AddEdit_Equipment_Master.lst_EquipID.Req uery
End Sub
Action: When I update this field and move to another field the screen
will flicker like it is refreshing but nothing happens... If I go
back to the field and change it again and leave then the list box will
update but it displays the first change and not the last change.
I'm guessing that I need to update the record (save the record) before
I update the list box. I have search help but not able to find the
command to post the changes to the table before I refresh.
Can you help me?
Thanks again!
N. Graves
On Thu, 20 May 2004 21:02:27 GMT, Salad <oi*@vinegar.com> wrote:
N. Graves wrote:
Hello... thank you for your time.
I have a form that has a List box of equipotent records and a sub form
that will show the data of the equipment select from the list box.
Is it possible to make a change in the name field in the details, then
refresh the list box with new name?
Please help and thanks!
N. Graves
If refreshing in the main form, and the listbox is called LB1, then
Me.LB1.Requery
If the LB is in a main form but called to refresh from a subform
Forms!MainForm!LB1.Requery