Results 1 to 9 of 9

Thread: Comparing numbers with DAO database **RESOLVED**

Threaded View

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Jul 2003
    Posts
    419

    Comparing numbers with DAO database **RESOLVED**

    Hello, I am making a program that has a feature that will read a field in an access file (the field is called "Ratio"). I am wondering how I would go about when I perform the
    Data1.Recordset.MoveNext, it will compare the number in "txtRatio.text" to all the numbers in the "Ratio" column for each record. If the Ratio is within +/- 10%, list them in a listbox.
    Last edited by LostAngel; Sep 27th, 2003 at 11:32 PM.
    Code:
    If LostAngel.Tag = "Programming" then
       LostAngel.Caption = "Awake"
    Else
       LostAngel.Caption = "Dreaming of Code"
    End If

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width