How do I programmatically store and DISPLAY a value into a new record?

R

Rob

I have a BeforeInsert event to add a value to a new record field. However, it does not display on the form entry line until the
record is saved. If I programmatically initialize the value (from another control on the current form), how do I get it to display
on the subform entry line of a new record?
 
R

Rob Parker

Hi Rob,

Well, it's late in the day here in Oz, but there's been no takers on this
for a while, so ...

Your question isn't strong on detail (I have no idea what you mean by "the
subform entry line of a new record"), but have you tried a simple "Refresh"
in your code after the "programmatic initialisation"?

Another possibilty is to (programmatically) save the record and then
requery.

HTH,

Rob

PS. I'm betting you've had that hotmail address for a loooooong time (or
it's faked!).
 
Top