Change DefaultValue Property on a Text Box

  • Thread starter Thread starter FrankTimJr
  • Start date Start date
F

FrankTimJr

Is it possible to have either a macro, or an expression update the default
value of an unbound control on a form?
 
Is it possible to have either a macro, or an expression update the default
value of an unbound control on a form?

Yes.

If you care to take the time to give a bit more specific information,
someone here will take the time to give you a more specific reply.
 
After I posted, I figured I should have include more info.

I have a form that calculates the sum of all open orders by specific
"status". For example, a user will view their open orders and identify if
they feel that an order will close within a give month by picking from a
combo box, "Committed", "Potential", etc...

The sum of what they committed to is calculated and the total is called
"Committed Revenue". Just below that is where they would enter the actual
revenue billed for the month. This is the unbound text box that I need the
value 'saved' because billed revenue falls in a different category and needs
to be separate from committed orders from the acutal revenue billed. There
is no data for the billed revenue, it's just a number.

Not sure if I'm making any sense, but I explained it best I could.
Thanks
 

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