I did a search and discovered how to show percent properly.
Being:
Private Sub Box1Percentage_AfterUpdate()
Me.Box1Percentage = Me.Box1Percentage / 100
End Sub
Further to this: I have 2 percent boxes. I have Box1 defaulting to 100% and Box2 defaulting to 0%. In the event that Box1 is changed to say 80% I want Box2 to automaticly change to 20%. How would I do this. These percentages are being stored on a table.
Thanks
Being:
Private Sub Box1Percentage_AfterUpdate()
Me.Box1Percentage = Me.Box1Percentage / 100
End Sub
Further to this: I have 2 percent boxes. I have Box1 defaulting to 100% and Box2 defaulting to 0%. In the event that Box1 is changed to say 80% I want Box2 to automaticly change to 20%. How would I do this. These percentages are being stored on a table.
Thanks