|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
#1 |
|
Member (9 bit)
Join Date: Nov 2002
Posts: 502
|
Problem with access Form
I have this code into an access form
Private Sub Form_Current() If Cond_Impuesto = 1 Then Monto = txttotalbruto * 1.15 Else Monto = 0 End If End Sub where txttotalbruto is a textbox dependent from a calculated textbox in the subform of the current form and Monto is the field where the condicional total must be stored, but It doesn`t work, the condicion is fine because if I remove the formula and place a number it is fine. |
|
|
|
|
|
#2 |
|
Member (10 bit)
Join Date: Jun 2000
Location: Dorset UK
Posts: 559
|
|
|
|
|
|
|
#3 |
|
Member (9 bit)
Join Date: Nov 2002
Posts: 502
|
I come from there, is an exellent site but I didn`t find any help about this problem.
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|