Search results

  1. T

    Litbox problem

    Hi, I want to develop this code to select and move the selection in a list box one at a time. Is there anyone out there who can help me with this? This is the code that I am working one: Private Sub Command5_Click() With Me!lstClientSelect For x = 0 To .ListCount - 1 Code for...
  2. T

    TextBox Problem continues

    Hi, Its me again. After looking far and wide, I came up with this code: Private Sub Command2_Click() Dim Conn As Connection Dim rst As Recordset Dim strSQL As String Set Conn = Text0.Value strSQL = "SELECT FirstName, LastName FROM Employees WHERE EmployeeID " & "' & EmployeeID & '" rst.Open...
  3. T

    Simple TextBox Problem

    Hi everyone, I have search far and wide for a anwer that I know is very simple, and relates to Microsoft Access. All I need is to have an Onclick event in a Access database form object button to (1) place data in a table and (2) print what has been place into the table in a...
Back
Top Bottom