Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / Forms Programming / June 2007

Tip: Looking for answers? Try searching our database.

Error in coding going from one computer to another.

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
dyper4@hotmail.com - 28 Jun 2007 20:27 GMT
I have a database that works great on my laptop where it was created.
I placed it on our server but I am the only one who can access and
work with it. Everyone else gets an error for the String.

Any suggestions? This is the actual error:

Private Sub Combo230_AfterUpdate()
   ' Find the record that matches the control.
   Dim rs As Object

   Set rs = Me.Recordset.Clone
   rs.FindFirst "[Quality Plan ID] = " & Str(Nz(Me![Combo230], 0))
   If Not rs.EOF Then Me.Bookmark = rs.Bookmark
End Sub

where ther error is at 'Str'.

Thank you
Dyper
Dennis - 28 Jun 2007 20:36 GMT
How about telling us the exact error message? It's VERY likely that you have
a missing libbrary reference on the other PCs.

> I have a database that works great on my laptop where it was created.
> I placed it on our server but I am the only one who can access and
[quoted text clipped - 15 lines]
> Thank you
> Dyper
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.