Search results

  1. P

    Sending/receiving Databases

    Tim, Thanks for your advice.
  2. P

    Sending/receiving Databases

    Is it pretty stable though? The kind of sizes I sometimes deal with could mean this running for a few hours. I don't want it to crash 50k from the finish line!
  3. P

    Sending/receiving Databases

    OK thanks, PC Anywhere looks like a good investment then, but probably not until I get broadband! What size is the backend software (will it email)? I suppose the only real solution for big files is burning a CD then. One last thing, what about using MSN Messenger (or similar) for transferring...
  4. P

    Sending/receiving Databases

    I was thinking of maybe trying PC Anywhere, does anyone else use this? What's it like over a dialup connection?
  5. P

    Sending/receiving Databases

    I'm talking about .mdb and .mde. Generally how you deal with transferring database files (the whole thing) to and from clients.
  6. P

    Sending/receiving Databases

    Can you people please tell me how you send and receive databases to and from clients? I have been working with a mixture of email (which is ok for small stuff) and CDs for the big stuff (though this is a pain as the royal mail are awful). Just wondered whether there is a better way?
  7. P

    Retrieving data from the web

    Oh yeah, missed that, thanks.
  8. P

    Retrieving data from the web

    Followed the link but could only find one tool for A97, I need it for Access 2000. Do you know of anywhere else I might this info?
  9. P

    Retrieving data from the web

    Great stuff, thanks for your help.
  10. P

    Retrieving data from the web

    Don't want to edit just download. Could you explain how that works please?
  11. P

    Retrieving data from the web

    Nevermind, I just found this on the MSDN Access Developer Centre: "Microsoft Access 2000 does not support importing or linking data from a remote FTP or HTTP server. "
  12. P

    Retrieving data from the web

    Anyone?
  13. P

    Message box strings in XP

    Thanks a lot.
  14. P

    Retrieving data from the web

    Can anyone tell me how to connect to a text file database on the web, from a local Access database and copy records into a table?
  15. P

    Message box strings in XP

    So all I have to do is encase each msgbox with eval() and it will work?
  16. P

    Message box strings in XP

    I've just converted a number of databases to XP. No real problems except that annoyingly where I have used '@' to bold the first line of message box strings in A97, this does not appear to be supported in XP. Is this correct (i.e. it is not supported)? If so, does anyone know of an XP...
  17. P

    Print problem in XP

    Just me then? It only seems to happen Using -> DoCmd.OpenReport rptName, acViewNormal The printer settings are all fine and the report will print perfectly from print preview, but not directly using the above command. Looks like a bug to me! Any advice would be appreciated.
  18. P

    using subforms

    In the SQL that drives your report you just need to reference the combo (or whatever other control) that you used to select the contact. Place this reference under in the criteria section of the contact field.
  19. P

    Questionnaire results

    What version of Access are you using? Is conditional formatting not an option?
  20. P

    using subforms

    OK, so you search for a company, (this updates your form with a company record) and you then want to select a contact's details? If you want to populate a combo with all of the contacts for a company when your form updates, you just need to change the combo's Row Source property. You can do...
Back
Top Bottom