Hello,
I have a problem and I hope you will agree to help me.
After modifying database links (front end to new backend),
one form does not open and generated reference error 3276.
I open the form by clicking on tree control node.
but It does not open directly from DB window.
but, If I compact & Repair the file it opens correctly.
What should I do in order to ovoid this error ?
Thank you for your help
Code:Private Sub menuTree_Click() Dim strcrit As String stricrit = menuTree.SelectedItem.Key DoCmd.Close DoCmd.OpenForm stricrit End Sub