> Sounds like a case of the first mistake of replication. Only replicate
> tables, not forms, queries, reports and modules.
[quoted text clipped - 27 lines]
>
> Herman
You create what's called a front end application and replicate the back end.
The front end is a standard .mdb which holds queries, forms, reports, pages
and modules/classes. The tables are all linked to the replicated back end.
The backend holds only tables and is replicated.
Cheval
This sounds very strange to me. How to enter data? how to print reports?
Herman
> Sounds like a case of the first mistake of replication. Only replicate
> tables, not forms, queries, reports and modules.
[quoted text clipped - 25 lines]
>
> What can cause, that when try I to run the commandbutton that access
close?
> Herman
Hermie - 14 Mar 2005 21:26 GMT
Cheval
In other words I need to split the database?
herman
> You create what's called a front end application and replicate the back end.
> The front end is a standard .mdb which holds queries, forms, reports, pages
[quoted text clipped - 38 lines]
> >
> > Herman
Cheval - 16 Mar 2005 22:04 GMT
Yes
Cheval
In other words I need to split the database?
herman
> You create what's called a front end application and replicate the back
end.
> The front end is a standard .mdb which holds queries, forms, reports,
pages
> and modules/classes. The tables are all linked to the replicated back end.
> The backend holds only tables and is replicated.
[quoted text clipped - 18 lines]
> > On the reporttab there are some commandbuttons to open the report. WhenI
> > try to open a report Access report an error and quit the program. This
not
> > happens on the designmaster. The code of the commandbutton is:
> > Private Sub studsintarea_Click()
[quoted text clipped - 18 lines]
> >
> > Herman