Hi,
I have a table with 7 fields called 'CustomerOrder'. I am creating a form in which there is text box where the user will enter the name of the customer. Then that customer name should be searched in the 'CustomerOrder' table and if there are records belonging to that particular customer they should be shown on that form.
Suppose there are 3 records then 21 text boxes should be created dynamicaly on the form and should be populated with the records as follows.
text1 text2 text3 text4 text5 text6 text7
text1 text2 text3 text4 text5 text6 text7
text1 text2 text3 text4 text5 text6 text7
Could someone please show me how to do this?
Fareez...
I have a table with 7 fields called 'CustomerOrder'. I am creating a form in which there is text box where the user will enter the name of the customer. Then that customer name should be searched in the 'CustomerOrder' table and if there are records belonging to that particular customer they should be shown on that form.
Suppose there are 3 records then 21 text boxes should be created dynamicaly on the form and should be populated with the records as follows.
text1 text2 text3 text4 text5 text6 text7
text1 text2 text3 text4 text5 text6 text7
text1 text2 text3 text4 text5 text6 text7
Could someone please show me how to do this?
Fareez...