|
-
Sep 26th, 2003, 12:41 PM
#1
Thread Starter
Hyperactive Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|