Adding values from an option group

R

Rfurb002

Hi I want to be able to add a default number (40) to whatever a user inputs
in a field call # student users, but all I get is the number I put in the
field replaced with the default value
 
P

Peter R. Fletcher

Use an unbound Control and update the real field with its contents
plus 40 in the Control's AfterUpdate Event.

Hi I want to be able to add a default number (40) to whatever a user inputs
in a field call # student users, but all I get is the number I put in the
field replaced with the default value

Please respond to the Newsgroup, so that others may benefit from the exchange.
Peter R. Fletcher
 
Top