rhernand
Registered User.
- Local time
- Today, 19:20
- Joined
- Mar 28, 2003
- Messages
- 96
I have one table with electrical equipment, tbl_equip. This table contains data like Serial Num, Company Num, Location, etc. I have a form, frm_search, based on a search query that I can enter the first number of the Serial Num and it will list all equipment that start with that number.
I double click on the one I need and display another form, frm_data, with all the data for that equipment. However, if that is not the one I wanted, I have to close this form, frm_data and search again.
How can I display the frm_data form on top of the frm_search form, in order to choose another equipment and view its data without having to close and open the forms.
I tried to create a subform based on the frm_data form and drop it on the frm_search DETAIL section. However, it changed the frm_search form CONTINOUS to SINGLE and I lost the equipment list on the frm_search form. Did I need to drop it else where? Or how can I accomplish this?
I double click on the one I need and display another form, frm_data, with all the data for that equipment. However, if that is not the one I wanted, I have to close this form, frm_data and search again.
How can I display the frm_data form on top of the frm_search form, in order to choose another equipment and view its data without having to close and open the forms.
I tried to create a subform based on the frm_data form and drop it on the frm_search DETAIL section. However, it changed the frm_search form CONTINOUS to SINGLE and I lost the equipment list on the frm_search form. Did I need to drop it else where? Or how can I accomplish this?
