G
Guest
Hi,
im using a not in list event that i want to abort if the following condition is true
If Len(Me.textbox & "") <> 9 The
MsgBox "Warning - too few digitis enteredr!
Cancel = Tru
It dosent seem to work when i use this direct in my not in list event. The not in list event triggers a sql that inserts a value in my "Selskap" table. All values included in this are text.
Any ideas?
Eri
im using a not in list event that i want to abort if the following condition is true
If Len(Me.textbox & "") <> 9 The
MsgBox "Warning - too few digitis enteredr!
Cancel = Tru
It dosent seem to work when i use this direct in my not in list event. The not in list event triggers a sql that inserts a value in my "Selskap" table. All values included in this are text.
Any ideas?
Eri