Hi,
I am trying to split a fairly complicated database (~10 tables, with ~10 enforced relationships, etcetera). A big part of the design is a union query that mediates between two tables, into a third.
I need to split the database so that I can distribute the front end around to other users. In order to split, I believe I have to delete the union query. Part of me thinks I shouldn't have to delete it, however, when I try to split the database I get the following error:
"The Microsoft Jet Database engine could not find the object 'project assignments'. Make sure the object exists and that you spell its name and the path name correctly."
So... is (a) there a way to split the database without deleting the union query, or (b), if not, should I just go back and remake the union query after the split ? How exactly does that work? It only need be in the front end?
Thanks,
Jay
I am trying to split a fairly complicated database (~10 tables, with ~10 enforced relationships, etcetera). A big part of the design is a union query that mediates between two tables, into a third.
I need to split the database so that I can distribute the front end around to other users. In order to split, I believe I have to delete the union query. Part of me thinks I shouldn't have to delete it, however, when I try to split the database I get the following error:
"The Microsoft Jet Database engine could not find the object 'project assignments'. Make sure the object exists and that you spell its name and the path name correctly."
So... is (a) there a way to split the database without deleting the union query, or (b), if not, should I just go back and remake the union query after the split ? How exactly does that work? It only need be in the front end?
Thanks,
Jay