I have an MDB that I recently converted a majority of the queries into VBA code within each form. All the converted queries have been converted into public or private sub procedures with DoCmd.RunSQL "name" as the format.
I wanted incorporate these queres to create an MDE file so others can't alter the queries that the forms are dependent on. In having complete this monster task, now the MDB will not convert to an MDE. The file was created in Access 2000, converted to 2002, then attempted to be converted into an MDE.
When I tried to convert the previous file (before the VBA inclusion of the queries), I was successful at creating the MDE. My hopes is that there is a way to locate the cause of this conversion failure (to an MDE from Access 2000), rather than starting back at the drawing board with the previous file.
Any help woudl be greatly appreciated.
I wanted incorporate these queres to create an MDE file so others can't alter the queries that the forms are dependent on. In having complete this monster task, now the MDB will not convert to an MDE. The file was created in Access 2000, converted to 2002, then attempted to be converted into an MDE.
When I tried to convert the previous file (before the VBA inclusion of the queries), I was successful at creating the MDE. My hopes is that there is a way to locate the cause of this conversion failure (to an MDE from Access 2000), rather than starting back at the drawing board with the previous file.
Any help woudl be greatly appreciated.