Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. chrisbirley

    Outlook some messages couldn't be retrieved from the server.

    I have a client who is receiving the following message when trying to receive emails: some messages couldn't be retrieved from the server. this usually happens when the connection to the server is lost due to server or network problems. i have trawled through the internet and MS support pages...
  2. chrisbirley

    whilst in VPN cannot see other PCs on network

    I use multiple VPNs at work, solving customers problems and performing morning check lists, but until recently i have been fine connecting to the companies via VPN and using VNC, but now i am unable to see any of the PCs, i have a piece of software that scans IP addresses, but this does not...
  3. chrisbirley

    Cloning an external hard drive

    I was a little unsure as to whether this is the correct place to put this but I thought this was as good a place as any. A customer of mine has two external USB hard drives. He has data on one and wants us to 'clone'/ copy the data from one to the other and remove the spare as a backup. The...
  4. chrisbirley

    single user to shared user environment

    Hi Rob thanks for all your help, we uninstalled the server install, reinstalled it as a proper shared server install, and tehn followed what you said about creating transfer sets with the mailboxes and calendars. it now works perfectly thanks Chris
  5. chrisbirley

    readonly replicas!?

    Solved teh problem, the user was accessing the replica database from the zip file as opposed to extracting the database from the zip. once he had extracted the file, the replica worked fine with no problems
  6. chrisbirley

    readonly replicas!?

    A customer of ours has created a database, and wants to send this database to different roaming users, they have used the replica function. the whole process works fine until the users receives the emailed replica. some of the users have no difficulty at all and just open the file straight away...
  7. chrisbirley

    single user to shared user environment

    Hi Rob thanks for getting back to me Basically I did not set up the install, when we created a new customer last week, we discovered that she was unable to access her account - we had made it on the server, and it was a local copy of goldmine that she was accessing with a global contacts...
  8. chrisbirley

    single user to shared user environment

    A company I support has 5 licenses for Goldmine 5.7. Initially it appears that the server installation was not performed properly as it is not possible to connect a client to Goldmine. Due to this, I have three users who all have local copies of Goldmine on their PCs with a global contacts...
  9. chrisbirley

    Flag in VB

    You could alternatively have a field called emailflag as a yes/no. and on the on click function of the send email, have it set the yes/no box = -1. i.e. forms![formsname]![yes/nobox] = -1 i hope this helps Chris
  10. chrisbirley

    no data in query => no data in form

    have tried that and now have the error message: Run-time error '-2147352567 (80020009)': You entered an expression that has no value I have tried to use both "" and is null statements but neither work. thanks in advance chris
  11. chrisbirley

    no data in query => no data in form

    the SQL is as follows, (stored as a query): SELECT Students.Room FROM Students WHERE (((Students.Room)=[forms]![frmReturning]![txtRoom])); the code is: Private Sub cmdAddStudent_Click() DoCmd.OpenForm "frmCheckRoom" If Forms!frmcheckroom!Room = "" Then DoCmd.SetWarnings...
  12. chrisbirley

    no data in query => no data in form

    Hi I hope someone can help me!! I am creating a small database to aid the company I work for in collating student’s information for the broadband service that we offer. I have created a students table with their details and a room number. I have created a history table that stores this data...

Part and Inventory Search

Back
Top