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!

Search results for query: *

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

    text problem with access

    Hi, not sure how to phrase the question here so here it goes On my program, a client made a entry usinf a apostaphy s (exp Mike's Rip Saw) when the program loads up, and see this database entry it freezes any ideas?
  2. BoxerBrats

    using SQL statement to querry dates from access database

    ok having trouble here trying to querry database by dates here is my code any help would be great Private Sub cmdWorkOrderSearch_Click() If optWorkOrderScheduled.Value = True Then WOStatus = "Scheduled" ElseIf optWorkOrdersIssued.Value = True Then WOStatus =...
  3. BoxerBrats

    Run Time Error 3001

    ok new to all this but when I goto run my program I keep getting a runtime error '3001' below is my code Private Sub Form_Load() '**** Connect to database Dim strConnection As String Dim path As String path = App.path & "\Database.mdb" '**** Set path for...
  4. BoxerBrats

    Runtime error 3001

    ok new to all this but when I goto run my program I keep getting a runtime error '3001' below is my code Private Sub Form_Load() '**** Connect to database Dim strConnection As String Dim path As String path = App.path & "\Database.mdb" '**** Set path for...
  5. BoxerBrats

    New trying to learn, Datagrid, data Environment, Query

    Ok, very new at this, and only education I have is with Microsoft books I have read. So here is what I am trying to do.. I am using Data Environment to connect to my database in ACCESS. I am also using a datagid to view the table. What I wan to do is be able to run a query on the database...
  6. BoxerBrats

    Data Environment with Data grid and using query

    Ok, very new at this, and only education I have is with Microsoft books I have read. So here is what I am trying to do.. I am using Data Environment to connect to my database in ACCESS. I am also using a datagid to view the table. What I wan to do is be able to run a query on the database...

Part and Inventory Search

Back
Top