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 Mike Lewis 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. jsilveira

    Putting windows 2000 back on an XP machine

    Hi everyone, I currently have XP pro installed on a pc, and would like to put back windows 2000. Does anyone know how can I accomplish this? Thanks, jsilveira
  2. jsilveira

    ActiveX cannot create object

    Hi, here is the code: Set rsUserId = CurrentDb.OpenRecordset("SELECT PM_ID,PM_name FROM tbl_PM WHERE PM_ID='" & Form_frm_USER_LOGIN.txtUser.Value & "'", DB_OPEN_DYNASET) The strange thing, is that it is only occuring on 1 pc of out 25 users. So that leaves me to think the installation of...
  3. jsilveira

    ActiveX cannot create object

    Hi everyone, I have developed an access application for 25 users. All of whom have upgraded to office 2003. However, it seems one 1 user,is receiving the following error message: ActiveX cannot create object I have looked at the Microsoft site, and can't seem to figure out why this error is...
  4. jsilveira

    Acces and Web Development

    Hi everyone, I have a fairly small access db and would like to implement it on the web if possible. If so, can you please tell me what I would need and how I could go about this? thanks, jsilveira
  5. jsilveira

    Video Card Help?

    Hi everyone, I currently have a Radeon 9100 and in the market for a new video card... I'm not a big gamer, but i do alot of webprogramming and graphics design. I want to know what you would recommend as a replaceable one? Thanks, jsilveira
  6. jsilveira

    Best Antivirus?

    Hi all, I wanted to know your thoughts on which antivirus would you recommend? I'm currently running the AVG free edition... I do not like Norton simply becuase of the amount of ressources they require compared to others... I have heard Panda is a good choice, any thoughts or comments? Thanks...
  7. jsilveira

    Missing file

    Hi, I recently upgrade to Office 2003 (mandatory) and had develop a vba application using Access 2000. When I open the database using Office 2003, i get the following message: your Microsoft Access DB or project contains a missing or broken reference to the file 'mscomct2.ocx' version 2. Does...
  8. jsilveira

    how to suppress vba errors?

    Hi, I'm not too sure as to where that would be. The form is a made of 2 parts. 1st part: 5 combo boxes 2nd part: subform with 2 (A & B) combo boxes. If the user clicks A, then I would like it to valide the 5 boxes and whether it has left anything blank, if so display my error message. Based...
  9. jsilveira

    how to suppress vba errors?

    Hi, I have a form that contains a subform, what i want to do is once the user has selected the options, he will then go to the subform, but when the user clicks on the subform it will prompt him to make sure he has not left anythign blank. I have tried putting it on the subform or on the main...
  10. jsilveira

    access 200 & access 2003

    Hi all, My current setup us is as follows: Front end (gui and queries - on client's pc) and back end( all the tables - on a server), using linked tables It seems all 2003 users can open the program no problem, however, those who have 2000, are experiencing some problems. I did run some tests...
  11. jsilveira

    backing up access in 2003

    Hi, I currently have a client server setup, using linked tables. I was wondering if I use the built in backup utility, do i have to backup both or do i simply back up 1? If is it one, which one? Also, is there a way to automatically boot users of the client side? thanks, jsilveira
  12. jsilveira

    how to suppress vba errors?

    Hi, I currently have a form with combo boxes. These combo boxes are required to be filled. However, if left empty and moved to the next, Access pops up with the 3315 zero field error message. Does anyone know how to suppress the generic microsoft error and replace it with a user friendly...
  13. jsilveira

    access 200 & access 2003

    Hi, I verified the file format and it does say Access 2000. Any other suggestions? Thanks, jsilveira
  14. jsilveira

    access 200 & access 2003

    Hi, I originally designed a VBA application using access 2000, however, I have now upgraded to access 2003. But not every user has upgraded to 2003, thus it would seem anyone who is using 2000, can no longer use the application, all using the 2003 there is no problem. Anyone have ideas as to...
  15. jsilveira

    VB + Excel

    Hi, I currently linked cells from different excel workbooks. I was wondering whether anyone knew of vba code that i could use to automatically relink the cells (in the event the path of the workbooks changed), instead of having the user always click the yes button when the workbooks are opened...
  16. jsilveira

    msn messenger 7.5 window delay

    Hi everyone, I would like to know if anyone is receiving the following problem: Upon clicking on certain friends from my msn list, there seems to be a delay before the window appears and i can mesg the contact. Where as, others when clicked, I have no problem mesging them right away. I do have...
  17. jsilveira

    optimize vba code??

    Hi, Currently, im using linked tables. I have the db on the server and i create another db with the forms on their desktops. I have even looked into the built in performance tool microsoft has, but no luck. any other ideas? thanks in advance, jsilveira
  18. jsilveira

    optimize vba code??

    Hi everyone, I currently have a microsoft access db on a relatively slow server. I wanted to know whether there would be any way(s) where i could optimize code and/or do something so that any user accessing the DB would not experience time delays. Currently i have a shortcut on their desktop...
  19. jsilveira

    Pivot tables & colors

    Hi, I know this might sound stupid, but I was wondering whether there is a way to change the default colors on a column chart, so that they will have a fill effect? Much appreciated, jsilveira
  20. jsilveira

    User Login

    Hi, I have something very similar, I called the module within the Onload (of the login form). My user_id is public and i use a recordset to pull out the name and assign it to user_id. I have had no problems thus far. Once declared in the module, simply call the module from the onload of the...

Part and Inventory Search

Back
Top