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: goobil
  • Content: Threads
  • Order by date
  1. goobil

    Create windows users from ASP page.

    Hi all, I am working on the project In ASP and I want to be able to create NT users and directory from with in my ASP page. If that is passable can someone please point me the right direction? Because I don’t know where to start in making this happen. Thanks Kenneth
  2. goobil

    How to Pass variables from form to form

    Hi all, The company I’m working for have a three pages form that customers will complete, I want to build an application in VB6 using access2000 as the database so we can start storing the information on a database for easy access. My question is and I will try and make it as clear as I can...
  3. goobil

    Startup form

    Hi all, Quick question i have five forms and i just make another one and call it menu form and i want when the program startup the menu form startup as the default startup form. I just can’t remember how to change it. Kenneth
  4. goobil

    Invalid operation. (Error 3219)

    Invalid operation. (Error 3219) I am getting this error when using the insert into statement in VB6. The data engine is DAO to connect to access2003 database. I tries the select * statement and that work find. My question to all is why it’s not inserting new record to the database? Form...
  5. goobil

    RUN TIME ERROE ‘13’ Type Mismatch.

    Hi all, I am testing a data module just to open an access database and am getting a RUN TIME ERROE ‘13’ Type Mismatch. Then I used the debug mode connecting to the database was ok I think the problem is in the select statement. Please help Frmtest Option Explicit Sub Form_load() Dim rstest As...
  6. goobil

    synchronizes the PDC with the two DC servers?

    Hi all. I am having a problem. I have one PDC and two DC on my network for some reason the raid on the PDC go bad i rebuild it as the PDC. My question is it synchronizes the PDC with the two DC servers? And how can i get back all the user account back? Thanks in advance
  7. goobil

    Clear form

    Hi all, Quick question: I have a from that update or insert new data, What i want is after inserting or update the information the form clear all the textbox.
  8. goobil

    Run-time error (-2147217900(80040e14)

    Can some one please explane why this insert not working i am geting an error.Run-time error (-2147217900(80040e14) Syntax error in insert into statement. Private Sub cmdtest_Click() Dim test As String Dim oConn As New ADODB.Connection Dim strSQL As String Dim rsdb As New ADODB.Recordset Dim...
  9. goobil

    Open access database table In VB6

    Hi all, I am not sure if I am doing it right, but I am trying to insert net data in a access database using VB6 I can connect to the database My question is how do I open the table to insert new record? If u used the select statement that work fine. Please help My code below Private Sub...
  10. goobil

    Same IP fir inside and outside interface

    I have a Cisco PIX520 My outside Ip is 208.2.10.1, I want to feed a bunch of wireless customers and maintain the same IP address like 208.2.10.2-208.2.10.254 for the inside. If i used 198.168.0.2 for the side customer it works fine. I there a way to maintain the same ip address for the inside...
  11. goobil

    Clear Form

    I have a data entry form to add new data but after clicking adds new data i want to clear the form for new data entry. How can i do that? Please help thanks in advance
  12. goobil

    return recordser

    Hi guys, Can some one please tell me why this dont work. I am trying to get some data from the table to check before update or save as new Dim bankRs As DAO.Recordset Dim employeeRS, emptypeRS, rst As DAO.Recordset Dim xemployeetype, empID As String Set Db = CurrentDb...
  13. goobil

    How to execute a query?

    Hi all, I'am new to VBA i have done some stuff bit i cant figer this one out. I wjust want to get e record from the employeetype table. How do i execute a query? Dim DB As Database Dim bankRs As DAO.Recordset Dim employeeRS, emptypeRS As DAO.Recordset Dim xemployeetype...
  14. goobil

    Howto update two table at the same time

    Hi all, Can some one please HELP I’m using an upbound form to update two table but I am getting this error. If I comment out the SET EMPLOYEERS line it will save the data to bank_info table. The table employee_info is already opened exclusively by another user, or it is already open through...
  15. goobil

    Howto update two table at the same time

    Hi all, Can some one please HELP I’m using an unbound form to update two table but I am getting this error. If I comment out the SET EMPLOYEERS line it will save the data to bank_info table. The table employee_info is already opened exclusively by another user, Or it is already open through...
  16. goobil

    calculate hours

    Hi all, I am working on a payroll program and i am having problem with numbers like is i xtt = "1.5" and it round it to 2 in sted of 1.2 this is what i am doing Dim xtt As Interger Dim reghours As Interget Dim xtotal As Interger xtt = "1.5" reghoure = "2.5&quot...
  17. goobil

    Update new record

    Hi all, I am working on the form that list employee hours and i have add a save button But what i want is when i press the save button the record is save to a new table so i can run the report from that table Kenneth kennethg@act2000.net

Part and Inventory Search

Back
Top