G
Guest
HI everyone,
I have a main form with a list box displaying contact info i.e, First
name,last name,address etc.... There is a button on that main form that opens
an other one to insert a new contact. I want the listbox on the main form to
show the most recent record inserted. I use the instruction:
forms!myMainForm!mylistOnMainForm.requery and it doesn't work. I used also
the instruction myMainForm.Refresh and it doesn't work either. Does anyone
know a way to achieve that?
thanks
I have a main form with a list box displaying contact info i.e, First
name,last name,address etc.... There is a button on that main form that opens
an other one to insert a new contact. I want the listbox on the main form to
show the most recent record inserted. I use the instruction:
forms!myMainForm!mylistOnMainForm.requery and it doesn't work. I used also
the instruction myMainForm.Refresh and it doesn't work either. Does anyone
know a way to achieve that?
thanks