D
Dave Smith
hi all, i have a client name selection form, which has a "new client" button
on it, it opens the "client details" form, goes to a new record. on the
"client details" form in the OnUpdate section i have
Forms![frmNameLookup]![List14].Requery .this all works great.
i wanted a bit more automation (& something else to learn while i'm at it),
so i created another form to open on the NotInList event. it has the list
of clients displayed again & the option of selecting "new client" again. i
can requery the List on this second form by changing the code in the
OnUpdate section on the "client details" to
Forms![frmNotInList]![List8].Requery but i can't get it to requery the first
List. if i come thru the frmNameLookup's NewClient button (and have the code
to suit on the "client details" form) that still works fine.
is there some sort of "pathway" type problem i'm not addressing?
thank you for reading this...
Dave Smith
on it, it opens the "client details" form, goes to a new record. on the
"client details" form in the OnUpdate section i have
Forms![frmNameLookup]![List14].Requery .this all works great.
i wanted a bit more automation (& something else to learn while i'm at it),
so i created another form to open on the NotInList event. it has the list
of clients displayed again & the option of selecting "new client" again. i
can requery the List on this second form by changing the code in the
OnUpdate section on the "client details" to
Forms![frmNotInList]![List8].Requery but i can't get it to requery the first
List. if i come thru the frmNameLookup's NewClient button (and have the code
to suit on the "client details" form) that still works fine.
is there some sort of "pathway" type problem i'm not addressing?
thank you for reading this...
Dave Smith