Search results

  1. R

    Update query

    This is pretty straightforward; I am trying to make an update query where the update to value is specified by the user. (prompted when running the query). What should I do ?
  2. R

    copy and paste

    This one is pretty simple; I have a form with multiple text boxes, and I need a piece of code that immediately copy pastes the content of one textbox into another as the user types into the first one. Many thanks.
  3. R

    add or change a record

    Hello, I have a bit of a snag, a "you cannot add or change a record because a related record is required in table"; I have two tables, one that's called "custinfo", and the other "discounts". Each table has "cfID" as an autonumber field, and both are primary keys in each table. I have a field...
  4. R

    Black Highlight

    I have a couple of databases where search boxes highlight the text black for a split second every time I type anything. This is annoying as hell for my users because they use old computers. I need a way to prevent that from occuring.
  5. R

    double click

    I have pasted a code below which used by John Big Booty in a tutorial to open another form and populate its fields from a list box in another form. After creating a simple form with fields, I have pasted this code in the double click event for the list box, but on double click, access gives me...
  6. R

    first, previous, next, last

    I want to include first, previous, next, last buttons for a list box,, I am a beginner with VBA, what should be done ?
  7. R

    Search Box in form

    Hi, I have a form with a combo box I use to lookup records in one table, and I also have a list box with all of the records from another table. Whenever I type in the combo box the name of a client the corresponding record and its fields appear, but the list box is unchanged, and does not...
Back
Top Bottom