M
Mark
How do I write the following code to set the default value?
Me!xNum.DefaultValue =
Me!XCurrency.DefaultValue =
Me!XDate.DefaultValue =
Me!XString.DefaultValue =
Can I just put all the lines of code in the Form's AfterUpdate event?
Thanks!
Mark
Me!xNum.DefaultValue =
Me!XCurrency.DefaultValue =
Me!XDate.DefaultValue =
Me!XString.DefaultValue =
Can I just put all the lines of code in the Form's AfterUpdate event?
Thanks!
Mark