I have telephonebook.mdb with one table where I store dates for users.
I need one form with few text boxes and a subform, this form I want to use for searching users names, numbers, PINs,company info etc.
Is it possible to link for example [F/L name] text box with subform so when I enter character in text box, subform should display all names that starts with that character ( something like WIN index help )
Should I put some code behind OnChange event on text box,should I make antoher table or query for the subform and how I can link text box from the main form with the subform.
Thanks
Goran
I need one form with few text boxes and a subform, this form I want to use for searching users names, numbers, PINs,company info etc.
Is it possible to link for example [F/L name] text box with subform so when I enter character in text box, subform should display all names that starts with that character ( something like WIN index help )
Should I put some code behind OnChange event on text box,should I make antoher table or query for the subform and how I can link text box from the main form with the subform.
Thanks
Goran