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 Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Kanga35

  1. Kanga35

    Problems after changing Linked Table data source

    Just a question pop to mind: Do you have write or admin rights to the directory of that new server?
  2. Kanga35

    Thank You

    What you need is improve communications with your boss. He should have explained his purpose better. Talk to him openly that way you will improve your understanding, your efficiency and it should greatly diminish your stress level and his probably.
  3. Kanga35

    Database Corrupt Error 3197

    Don't forget to re-compile after importing.
  4. Kanga35

    Thank You

    Maybe he's a moron as you say but maybe he wants to iron out the problems, format and in a general maner define the requirements through your approach then move to something more appropriate with your Analysis and design.
  5. Kanga35

    Security Problem

    May I suggest too to change the name of the security file from system.mdw to something else to match your DB and in a different directory than Access, so Access reinstallation or repair does not delete or overwrite it. Use Access workgroup admin or a shortcut to hook to it when opening your DB.
  6. Kanga35

    how to let the user choose the file to read

    That sounds like a "ComboBox"... doesn't it?
  7. Kanga35

    Word 2000 and XP closes by itself

    I suspect you're a new victim of the latest Virus. Check your anti-virus site to clean up your PC and download as well the patch from Microsoft to stop any new occurances.
  8. Kanga35

    Transfer Big5 fonts to Mac

    Hi there, We have a graphic Dpt working with Mac Illustrator and Photoshop. We have translation to be passed to them being done in Microsoft fonts big5 or PMingLiU. Does anyone know of a utility to translate automatically without having to pick each symbol manually. Thanks [spin2]
  9. Kanga35

    "Microsoft Access can't find the wizard, ..."

    Check VB window/Tool/References to load the one you need.
  10. Kanga35

    nt file permissions for backend database

    right accesses start from the root... you have to access the root to go to level 1 then 2.
  11. Kanga35

    Multiuser conflicts

    Here with Citrix we had some performance problem when used with Thin client... the administrator eventually made it such that each user get an independant copy of the front end on the server at loggin onto the DB.
  12. Kanga35

    Opening one form causes two forms to open. Why?

    Delete your micro and in the "on click" property event of the button insert: Dim Docname As String Docname = "FormName" DoCmd.OpenForm Docname
  13. Kanga35

    Finding the Focus

    How about Me.Enabled = False on click of the button before starting the loading of the picture and re-enable it after
  14. Kanga35

    Can anyone give me the pros and cons to having

    Quite interesting Hap as my main DB has table now with over 80 000 records and it's going to be time to go SQL. Thank you for your lights... My DB has everybody downloading a front end on their own PC through the microsoft setup option. My table are on the server and I have added one special...
  15. Kanga35

    Linked images in Access 2000

    You probably have saved the image data into a text field or such. Your data has also probably been trunkated to fit the field. Not much luck there. Try what I suggested in previous mail... it works, I have tens of thousands of artworks on file.

Part and Inventory Search

Back
Top