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 bkrike 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 mchio

  1. mchio

    How to run sql in Microsoft Visual Basic with parameters

    Thanks Lameid. Everything is working fine now.
  2. mchio

    How to run sql in Microsoft Visual Basic with parameters

    Thanks lameid. But the other problem I have is that I need to pass a parameter to this query. I have a function that evaluate the desire date in string format and I need to filter the query by this value. Something like this: " from Table1 where LOCDAT = DateinYYYYMMDD(WorkDate())" Any...
  3. mchio

    How to run sql in Microsoft Visual Basic with parameters

    Hello, I have a "create table as select..." query defined in a Microsoft Access 2003 that ask for a date (as string) as a parameter. Now I need to automate a little more the execution of this query using as Subroutine by don't asking for the user to input this parameter. Instead of that I...
  4. mchio

    File and printer sharing disable when restart

    Thanks a lot for your replies. As linney suggest I verified for some group policy, some entries in the registry and the event viewer but I didn't found any problems. What I did once I read Rick998 post, insert a command "netsh firewall ..." in the autoexec.nt to enable the sharing. It's working.
  5. mchio

    File and printer sharing disable when restart

    I'm trying to share a printer connected to a PC via USB. I did it sucessfully enabling the file and printer sharing exception. But for some reason each time I restart the computer the "file and printer sharing" exception option is disabled. Then I have to enable it manually. Someone has an...

Part and Inventory Search

Back
Top