Re: Strange behavior of replicaset
From: Cheval (NoSpam.Ask_at_ForEmail.com)
Date: 03/14/05
- Previous message: Hermie: "Re: Strange behavior of replicaset"
- In reply to: Hermie: "Re: Strange behavior of replicaset"
- Next in thread: Hermie: "Re: Strange behavior of replicaset"
- Reply: Hermie: "Re: Strange behavior of replicaset"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 14 Mar 2005 19:44:01 GMT
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.
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>
"Hermie" <hermie@nospamcoqui.net> wrote in message
news:2a34a$4235de01$4117c2b4$32184@COQUI.NET...
Cheval
This sounds very strange to me. How to enter data? how to print reports?
Herman
"Cheval" <NoSpam.Ask@ForEmail.com> wrote in message
news:M0oYd.193547$K7.164810@news-server.bigpond.net.au...
> Sounds like a case of the first mistake of replication. Only replicate
> tables, not forms, queries, reports and modules.
>
>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
> >
> "Hermie" <hermie@nospamcoqui.net> wrote in message
> news:7d88c$4231aab8$40ed808e$13103@COQUI.NET...
> Hello
>
> I have created a replicaset of my database on a laptop The replicaset
> start with an startup form. The startupform has 3 tabs, 1 for dataentry, 1
> for forms and 1 for reports.
> On the reporttab there are some commandbuttons to open the report. When I
> 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()
> On Error GoTo Err_studsintarea_Click
>
> Dim stDocName As String
>
> stDocName = "Students sin tarea"
> DoCmd.OpenReport stDocName, acPreview
>
> Exit_studsintarea_Click:
> Exit Sub
>
> Err_studsintarea_Click:
> MsgBox Err.description
> Resume Exit_studsintarea_Click
>
> End Sub
>
> What can cause, that when try I to run the commandbutton that access
close?
>
> Herman
>
>
>
- Previous message: Hermie: "Re: Strange behavior of replicaset"
- In reply to: Hermie: "Re: Strange behavior of replicaset"
- Next in thread: Hermie: "Re: Strange behavior of replicaset"
- Reply: Hermie: "Re: Strange behavior of replicaset"
- Messages sorted by: [ date ] [ thread ]