Re: updating front end
- From: "Alex Dybenko" <alexdyb@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 16 Aug 2005 16:12:12 +0400
perhaps ReconnectTables() returns false - try to check this
--
Alex Dybenko (MVP)
http://Alex.Dybenko.com
http://www.PointLtd.com
"GEORGIA" <GEORGIA@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:702F04B8-386E-4A22-9FE7-8C1C4B4B757E@xxxxxxxxxxxxxxxx
>i have gotten a sample code from
> http://www.databasejournal.com/features/msaccess/article.php/3286111
> where it looks for a version in fe database, comparing it to be, if it
> doesn't match then it will automatically updates the fe database on each
> client's copy.
> i have copied the code/tables/forms exactly (changing the path were
> database
> is located). however on splash screen.. this code is not working.
>
> Private Sub Form_Load()
>
> On Error Resume Next
>
> If ReconnectTables() = True Then
>
> strVerClient = Nz(DLookup("[VersionNumber]", "[tblVersionClient]"), 0)
> strVerServer = Nz(DLookup("[VersionNumber]", "[tblVersionServer]"), 0)
> Me.Repaint
> Else
> MsgBox "Couldn't Find Data Tables. Exiting.", vbCritical, "Error"
> End If
>
>
> End Sub
> tblversionclient and tblversionserver does exist but the msbox pop ups.
> thank you!
>
>
.
- References:
- updating front end
- From: GEORGIA
- updating front end
- Prev by Date: Re: Quick Question..
- Next by Date: cumulate different textfiles to one with access vba
- Previous by thread: updating front end
- Next by thread: Run code on new record
- Index(es):
Relevant Pages
|