|
-
Sep 24th, 1999, 12:35 AM
#1
Thread Starter
New Member
How can I make sure that only nunbers are entered into a specific column in a dbgrid?
Can I then format it as Currency?
-
Sep 24th, 1999, 01:03 AM
#2
Thread Starter
New Member
Answered part of it..
x= specific column index
If DBGrid1.Col = x Then
If Not IsNumeric(Chr(KeyAscii)) And KeyAscii <> vbKeyBack Then KeyAscii = 0
End If
now how do I format this for currency..hmmm..
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
|