|
-
Jul 11th, 2000, 01:18 PM
#1
Thread Starter
Junior Member
I want am trying to do is in my form there will be a integer field numbers to exclusive forms. If someone was to go back into the form and re-edit it I DO NOT want the integer field to have to same number How would I go about writing this?
'
Here s my code
If A.Value="Martha" Then
TempEntBldValue = EntBld.Value ///integer field
EntBld.Value = TempEntBldValue
MsgBox "Invalid Value"
End if
End Sub
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
|