|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
total problem
I have a field called CFR_PAID in my access database. Now on my form the field is text88. Now if this field in the database is greater than 1000 dollars i wantt a message box to be displayed?
So if a user tries to enter $50 and the field has $960 its over 1000 and a message box should show up? |
|
#2
|
|||
|
|||
|
If rs(CFR_PAID) + clng(text88) > 1000 then
msgbox "whatever" End If
__________________
====== Doug G ====== I didn't attend the funeral, but I sent a nice letter saying I approved of it. --Mark Twain |
![]() |
| Viewing: ASP Free Forums > Programming > Visual Basic Programming > total problem |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|