Hi Guys,
Thank you for the replies. I appreciate it.
I tried everything including what you suggested to look for missing references. I also searched for clues in the Control Panel for any Windows hotfixes or SPs loaded or not loaded into the PCs. However, we are accessing the program from a server.
I tried to attach an image in this but It seems like I am not allowed to.
Anyway, you can...
User Profile
Collapse
-
Hi Scott,
Thank you for the reply.
I tried your suggestion but it has the same effect.
In any case, I also tried using other PCs with MS Access 2003. In some PCs, the code actually works. However, majority of the PCs in my department cannot view the subform. In any case, this is not an MS Access incompatibility/version issue.
Do you have any idea what else is missing? All of us have...Leave a comment:
-
Code not working in MS Access 2003 but works in 2000
Hi Guys,
I just have a query about the code below:
This code works in 2000 but not in 2003. I have created a Form that has two parts. The first part contains...Code:Private Sub Form_Current() On Error Resume Next Application.Echo False Forms!QueryBox!QueryBoxDiscrepancyRemarksSubForm.Requery Application.Echo True End Sub
No activity results to display
Show More
Leave a comment: