Hi Guys,
Tried to Refresh a Form using the following module code;
Forms![Enquirer].Form![Quotation].Form![Work_Quotes].Refresh
This generated the following error message; Object does not support this property or method.
Changed the code to include brackets, resulting in the following;
Forms(Forms![Enquirer].Form![Quotation].Form![Work_Quotes]).Refresh
But this generates the error message Type Mismatch
Any assistance on the above problem will be greatly appreciated!!
[Cheers]
Tried to Refresh a Form using the following module code;
Forms![Enquirer].Form![Quotation].Form![Work_Quotes].Refresh
This generated the following error message; Object does not support this property or method.
Changed the code to include brackets, resulting in the following;
Forms(Forms![Enquirer].Form![Quotation].Form![Work_Quotes]).Refresh
But this generates the error message Type Mismatch
Any assistance on the above problem will be greatly appreciated!!
[Cheers]