Search results

  1. C

    Total and subtotals using text boxes

    OK, I got a load of textboxes on a form set out a bit like an excell sheet. I've got 15 columns and 8 rows and a seperate textbox. the bottom row is a sub total row and the single box is the grand total. Now, the subtotal boxes are summing up each column. I'm currently doing this with...
  2. C

    Using a combobox to fill a textbox

    ended up using the show method. Got it working fine now, cheers guys! PS-The column didn't start counting from zero it started from one, wierd! [This message has been edited by cunnie (edited 04-12-2002).] [This message has been edited by cunnie (edited 04-12-2002).]
  3. C

    Using a combobox to fill a textbox

    cheers guys, works a treat! I left column D where it was because to the user the PK would mean nothing, I see where you're coming from tho OH NO! wait a minute, it doesn't work. It just shows the values from the record at the top of the combobox even if you select another. :s [This...
  4. C

    Using a combobox to fill a textbox

    I've got a combobox that has 4 coloums (lets call them A B C and D) D is the primary key and is a 'code' e.g.001 (unique) A is the value that is shown in the combobox window (this field has duplicates) now, after i select an option from the combobox I click a button. I need this button to...
Back
Top Bottom