Search results

  1. P

    VB help

    vb help but can i extract a specific field from the record into a text box?
  2. P

    VB help

    I have a query calling data from a table with 4 diffrent coloms and 50 records which decend by date. I want to open the query in VB extract a specific record by date and then fronm the record take a specific colom and send it to a textbox in the form here is what i have so far Private Sub...
  3. P

    2 form help

    Hi, I have 2 forms in this example. Form one i enter data and click a command button to calculate other fields in the form. Under the code in Form one i send and retrive data from form one. I use Form 2 like a storage base. When i send data with decimals over to form 2. It is rounded up...
  4. P

    List or Combo Boxes

    thanks alot guys...this will work...
  5. P

    List or Combo Boxes

    thanks alot.. but how would i launch the corresponding form?
  6. P

    List or Combo Boxes

    i have an access database that has 20 diffrent forms to choose from . i am makeing a switchboard form , i wanted to have a list or combo box to open these forms. Can anyone tell me if and how i can do this
  7. P

    VB question

    I need to run a query from a access vb code. i also need to know the command to open a form . Access 2000
  8. P

    Record calculating

    Can this also be done in a form ?
  9. P

    Record calculating

    HI, how can i take the sum of a previous record and another variable to it . then place the result on another record and repeat the process with the next record EX. record1+variable=record2 record2+diffrent variable= record 3 ect..... i am useing Access 2000
Back
Top Bottom