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 derfloh 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 ssMaj

  1. ssMaj

    SQL reporting services

    Does anybody know if you can use a .ico(icon) in replace of the generic report icon that reporting services gives reports. If so, how??? Thanks
  2. ssMaj

    Running Form on Non-Access machine???

    I made a access program with one Main Form and was wondering if there was a way that i can put that program on a computer that doesnt have ACCESS using some kind of tools...??? They just need to run the form, dont have to access any data with the program
  3. ssMaj

    Refreshing a Form

    I have a Form with 2 tabs. One tab is View Employees and another is Add Employees. After clicking the cmdAdd button under the Add employees tab, i would like to refresh the form so that under the View employees tab shows the newly added employee. I have tryed this line of code...
  4. ssMaj

    Updating a Table

    Thank you to Everybody that Replied. I figured it out...I had to make the where clause like this.. "UPDATE.....WHERE DEPEND_ID = '" & cboDependent2.Value & "';"
  5. ssMaj

    Updating a Table

    I'm doing an UPDATE statement, but the WHERE clause is not working... I want it to UPDATE ASSOC_ID where ASSOC_ID = cboAssociate.value....but it doesnt like that
  6. ssMaj

    Updating a Table

    I have a table with a field called "Stat" with a numeric value. Then on a form i have a Command Button. What i would like to do is every time the Button is clicked, is to add 1 to that "Stat" value. Not sure how i would do that..???

Part and Inventory Search

Back
Top