T
tealeaf
lets say i have 2 tables(tblBooksOut and tblPubList)
tblBooksOut has 2 fields(Publabel and Ic)
tblPubList has 2 fields(Publabel and Pubtitle)
in a form(frmBookingOut), i have a textbox that user
inputs Publabel into tblBooksOut.
upon input of Publabel, a textbox immediately displays
Pubtitle from tblPublist corresponding to the user's input
of Publabel into tblBooksOut.
my problem here is that im not able to get the Pubtitle to
be displayed immediately, i have to exit the form, and
then come back in to see it displayed.
tblBooksOut has 2 fields(Publabel and Ic)
tblPubList has 2 fields(Publabel and Pubtitle)
in a form(frmBookingOut), i have a textbox that user
inputs Publabel into tblBooksOut.
upon input of Publabel, a textbox immediately displays
Pubtitle from tblPublist corresponding to the user's input
of Publabel into tblBooksOut.
my problem here is that im not able to get the Pubtitle to
be displayed immediately, i have to exit the form, and
then come back in to see it displayed.