I've written a procedure where one form opens another form
using " frm_InventorySearch.Show vbModal "
This second form collects user inputs then send back this data to the original form which performs a search to find
the correct record.
The correct file is located and the outcome is correct but the screen freezes while unloading.
The screen remains frozen till the search in the original form is completed. How can I force the first screen to unload completely before the search begins in the original form?
Were talking seconds here but the look is very unprofessional.
Thanks
Mike
using " frm_InventorySearch.Show vbModal "
This second form collects user inputs then send back this data to the original form which performs a search to find
the correct record.
The correct file is located and the outcome is correct but the screen freezes while unloading.
The screen remains frozen till the search in the original form is completed. How can I force the first screen to unload completely before the search begins in the original form?
Were talking seconds here but the look is very unprofessional.
Thanks
Mike