Quick Question, Need Help

illy2k

Registered User.
Local time
Today, 17:46
Joined
Apr 21, 2003
Messages
51
I have a Main form with one subform on it. The subform is in datasheet mode, so it can have multiple things entered. You know you go into the first field and then another blank line pops up. However, when I am using the SetValue function in a macro that extra line does not pop-up, I guess the subform doesn't realize that any data is being entered. Is there anyway to force the form to put that new blank line in?

BEN
 
If you want to set the value to a field in datasheet view, why not set the default value on the field property?
 

Users who are viewing this thread

Back
Top Bottom