Search results for query: *

  • Users: JimRyanVB
  • Content: Threads
  • Order by date
  1. J

    Populate a ListBox from Access Datafile

    When I run this it successfully opens the datatable Color and returns a RecordCount = 179 However when I attempt to populate the lstColors it comes up empty? Public Class frmColors Dim Colors As New dbControl Private Sub CmdExit_Click(sender As Object, e As EventArgs) Handles...
  2. J

    Question Trying to use the INSERT INTO Query Statement

    I can open the database and extract all information to my form. But when I enter new information into the same form and click Add which simply runs the AddUser Sub I get the following message below "The field is to small to accept the amount of data you attempted to add. Try inserting or pasting...
Back
Top