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!

Search results for query: *

  • Users: tbpcpa
  • Content: Threads
  • Order by date
  1. tbpcpa

    Print Spooler in NT 2003 shutting down on its own

    I am currently running NT 2003 Server and everything up until MOnday appeared to be stable. Beginning Monday for no apparant reason, no new software or hardware added, the print spooler has begun to automatically shut down. You an turn in on and watch it with in 2-3 minutes automatically...
  2. tbpcpa

    DBGrid and DAO

    Constructing an invoice screen where the details of the invoice are on the top of the form, with appropriate input boxes for demographic data, and a set of input box for detail input for the invoice. Below that is a DBGrid (DAO) which contains the appropriate detail of that particular invoice...
  3. tbpcpa

    "Run as" option for Outlook

    I need to be able to access and real email using OUTLOOK while logged in as ADMIN, even thought my email address is not the same as my admin login id..... any way to do that in NT... 2000 has a "Run As" option....... but can't seem to figure out how to do it in NT
  4. tbpcpa

    Multiple Admins and sharing

    I am currently the ONLY Admin in a system that will soon again have multiple ADMIN's for redundancy and checks and balances.... I have added a new FINANCE server that for some reason the SHARE features on the drive are reset to SHARE (turned on) everyday, no matter how many times I turn them...
  5. tbpcpa

    XP Home

    1) Can XP Home login into a NT network? 2) What is available if they can....? Trying to connect a laptop with XP Home to NT 4.0.... and getting very frustrated...
  6. tbpcpa

    Using TEXT fields in INSERT INTO's?

    I have stumped my toes enough on this one.... can someone else please look at this and tell me where the syntax error is.... db.Execute "INSERT INTO Roster ([League Code]) VALUES (" '" & txtLeagueCode.text & "'")" If I change it to... db.Execute "INSERT...
  7. tbpcpa

    Populate a COMBO BOX from a querie?

    PROGRAM: Fantasy Football Player Analysis SCREEN FUNCTION: To add/remove players from a team roster within a specific league SCREEN OBJECTS: Text box for League Code, Combo Box for players already on a team roster, Combo for players not on a team roster, (eventually buttons that will...
  8. tbpcpa

    Run-time Error 424 and Recordsets

    Private Sub Data1_Reposition() datOrders.RecordSource = "select OrderDate, " & _ "requiredDate from Orders where " & _ "CustomerID = '" & _ datCustomers.Recordset.Fields("CustomerID") & "'" datOrders.Refresh End Sub gives me a run-time error...
  9. tbpcpa

    NEWBIE QUESTION: Putting a VB front end on Access?

    I have a developed Access 2000 database populated with test data.... and need to know the best source to learn how to tie a VB front end onto it. Went to MSDN and ok.... I'm LOST.. LOL.... Familiar with VB.... but not the integration of Access into it.... can someone point me in the right...
  10. tbpcpa

    Strikethru font?

    I have a yes/no field that if checked I want the rest of the record being printed to have single strikethru line appearing over the characters.. like a legal strikethru... can this be done in Access reporting?
  11. tbpcpa

    Alternating Shading between records

    What is the best method if I want to alternate shading between records in a report?

Part and Inventory Search

Back
Top