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 Wanet Telecoms Ltd 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 steelmtn

  1. steelmtn

    How do I change checkbox state when I change records?

    Sorry it took me so long to get back to you. The solution you provided worked great. Thanks for the help.
  2. steelmtn

    How do I change checkbox state when I change records?

    I am not new to programming, but I am new to VBA and still kind of a rookie with Access 2002. I am working with a table (oh yeah, I’m still learning the VBA/Access lingo – if anything in this post looks really weird I am probably calling it the wrong thing). The table holds info about the...
  3. steelmtn

    how do I get capture data from the keyboard????

    I don't know of any simple way to get data from the keyboard, but this is what I always do: InputStreamReader isr = new InputStreamReader(System.in); BufferedReader stdin = new BufferedReader(isr); Without gettting too technical, the first line converts a byte stream into a character stream...

Part and Inventory Search

Back
Top