Hi,
I have created a typical form (Form A) that shows data from a table. I also created a combo box within the form that searches for records. Within the form itself, it searches and display the record smoothly.
I created another form (Form B), showing all details of another table, inclusive of the primary key.
I made Form A as a pop-up window to Form B. When I clicked on the primary key in Form B, Form A pops up with the corresponding data related to the primary key in Form B (I used the primary key as the string criteria),
The problem starts when I trying clicking on the combo box to search for a different record within Form A itself.
Can anyone help me in this?
I have created a typical form (Form A) that shows data from a table. I also created a combo box within the form that searches for records. Within the form itself, it searches and display the record smoothly.
I created another form (Form B), showing all details of another table, inclusive of the primary key.
I made Form A as a pop-up window to Form B. When I clicked on the primary key in Form B, Form A pops up with the corresponding data related to the primary key in Form B (I used the primary key as the string criteria),
The problem starts when I trying clicking on the combo box to search for a different record within Form A itself.
Can anyone help me in this?