D
Dale
Is there any way to reference a field in a query to set the input mask?
Something like
Function FPager(pager As Field)
Dim F As Field
If Len(pager) > 8 Then
F.InputMask = "###\-####" & " Ext " & "####"
Else
F.InputMask = "###\-####"
End If
This of course doesn't work or I wouldn't be here
Thanks as always...
Something like
Function FPager(pager As Field)
Dim F As Field
If Len(pager) > 8 Then
F.InputMask = "###\-####" & " Ext " & "####"
Else
F.InputMask = "###\-####"
End If
This of course doesn't work or I wouldn't be here

Thanks as always...