Search results

  1. B

    Autonumber in query

    For every record that a query gives I need a field in the query that counts starting from 1001. Every time I show the results of this query the first record has to start with 1001. How can I accomplish this? Thx
  2. B

    Autonumber in query

    For every record that a query gives I need a field in the query that counts starting from 1001. Every time I show the results of this query the first record has to start with 1001. How can I accomplish this? Thx
  3. B

    Value to button

    I have a form with about 20 buttons and one textbox. The 20 buttons correspond to records in a table. What I want is when I push a button (for example button 12), he goes to the table to get the value of the 12th record from a field named price and puts that value in the textbox. When I push...
  4. B

    Replace data in query

    I want to replace all data in one field of a query by something that was typed in a textbox on a form. How can I do this?
  5. B

    Value to button

    I have a form with a textbox and different buttons. What I would like is when I push a button he gets a value out of a table and sums it in the textbox. Is this possible? Thx Blutch
Back
Top Bottom