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 TouchToneTommy 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 Salyn

  1. Salyn

    Error 0x80041010 in WMI query

    tsuji, Thanks for your reply . I have checked that none of my computers- desktops and laptops have the sms_def.mof file. They all run on Windows XP SP1 or SP2. I have no problem to run the script on any desktops except the laptops. What could it be...? Reagrds, Salyn
  2. Salyn

    Error 0x80041010 in WMI query

    I run the following script to collect list of applications installed on computer. It runs very well on desktop but when it is run on laptop (Dell Latitude D600), it failed with an error code of 0x80041010 as Source:(null) on objItem. Any advise or helps please... Dim wshProEnv, objWMIService...
  3. Salyn

    Can we enable full menu in start-up after we disable it?

    beetee, Thank you. I wasn't allowed to compiled the database into .MDE file as was told by my manager.As it may make maintenance work too hard for them. Because I will be made redundant in two months time, and there will be nobody to do the maintenance job. I realised that using the built in...
  4. Salyn

    Can we enable full menu in start-up after we disable it?

    Hi, I am trying to restrict who can access my database's design view and code. I have a design view button in the sart up form to enter the design view. And it is only active with the correct log in password. In the Start Up menu, I have disabled all the Menu bars option so that the button is...
  5. Salyn

    How to stop lauching pop up form when linked value is null?

    Robert, Thanks again. This time it won't open any pop up form. My data flow is suppose to be like this, first enter data in the main form and select an item from the combo list in the subform. It allows multiple selection in the subform. Data has to be saved first to create the linked value(...
  6. Salyn

    How to stop lauching pop up form when linked value is null?

    Thank you Robert. That was the first code I tried but it doesn't work. After the message, it continue to launch the pop up form. By the way I am using Microsoft Access 2002 (XP). Any more help please.
  7. Salyn

    How to stop lauching pop up form when linked value is null?

    Dear all, I have designed a form with a sub form. User has to first save data in the main form, then an auto number ID will be assign to the row in the subform. Double clicking a field in the row of the subform will open a relevant pop up form with the linked ID. How to stop this pop up form...

Part and Inventory Search

Back
Top