Search results for query: *

  1. R

    Updating a combo box immediately

    i have a combo box on a form. when you select an item from it the rest of the form is populated(ie a search function) i can also add a new record on the form. what i want is for the new record i add to appear in the combo box straight away. to originally populate the combo box i have been...
  2. R

    Tracker Bar

    has anyone ever used this control? i have found it very hard to find information on how to use it. what i would like to do is it save the value of the tracker bar(ie scale of 1-10) into my access database and then when i recall the value the tracker goes to the correct spot on the bar. any...
  3. R

    Syntax question for checkboxes

    i am looking to return data from an access database. for a normal textbox i use the code Me.txtName.Text = reader.GetString(1) which works just fine. but i was wondering how to return the value of a checkbox from the DB. ie is something like Me.ckbYes.Checked = reader.GetBoolean(2) or...
  4. R

    Working with Large Forms

    I have a large form (30 fields) submitting to a DB (access). When i write my SQL statements or DBCommands do i have to reference all the fields in the statement (ie ("INSERT INTO MyTable (NUMBER, DATE, NAME,etc,etc.....30) VALUES (?, ?, ?....30)") is there a shorter version or way of doing...
Back
Top