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

  • Thread starter Thread starter Rob
  • Start date Start date
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?
 
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!).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top