record list doesnt update automatically after adding new record

dimebagslash

New member
Local time
Today, 17:00
Joined
Jan 25, 2011
Messages
7
i'm using the web contacts template and attempting to recreate its processes for my own needs.

i notice that when using the original and adding a new contact, the namelist area updates as soon as i close the data entry form (called ContactDetails) on the template.

On my recreation i have to navigate to a different page and back again to get the list of records to update and include the new record.

any ideas?

ta
 
Try running a requery on the list after ading the record.
 
excellent, thanks.

would the requery argument be the name of the control on the list?
 
Not name of the control on the list, the name of the list control!
 
apologies as im still pretty much a noob.

I have a form called "Main" containg a Navigation subform. that contains a subform calle "sfrNamelist".

so on the save record button i have tried to add the requery:

Forms!Main!NavigationSubform!sfrNamelist

and i get an error.

thanks
 

Users who are viewing this thread

Back
Top Bottom