R
rexHowell
I'm a newbie looking for a little bit of help.
I have a form that has a jobsite information and billing
information. I have a button that creates a new record with the same
billing information, for new jobsites.
I can set the defaultValues for the new record button using :
Const Email = """"
Me!Email.DefaultValue = & Me!Email.Value & Email
now once the user changes record numbers, I need the default values to
return to null .. and for some reason I can not get this to happen.
thanks for your time,
rex
I have a form that has a jobsite information and billing
information. I have a button that creates a new record with the same
billing information, for new jobsites.
I can set the defaultValues for the new record button using :
Const Email = """"
Me!Email.DefaultValue = & Me!Email.Value & Email
now once the user changes record numbers, I need the default values to
return to null .. and for some reason I can not get this to happen.
thanks for your time,
rex