record selector

  • Thread starter Thread starter AlexD
  • Start date Start date
A

AlexD

I'm using a continuous form with record selector. I have a
text box Day on this form.
Is it possible to choose some row from this form by using
the record selector to highlight the row and to take the
Day value and assign it to somewhere else
(strDay = Day.Value, Forms!frmForm2.txtDay2 = strDay, for
example).

Thanks
 
You don't mention "when" you want to take the day value assign it?

Perhaps you might use a continuous form, and place your own button on the
form?

Take look at some of screen shots of continues forms/grids here:

http://www.attcanada.net/~kallal.msn/Articles/Grid.htm

Note how some have a "custom" button in place of the record selector.
Perhaps you could just place a button in place of the record select to "run"
you code (that is what I do).

Take a look at the above for some ideas...and then feel free to
elaborate/clarify "when" you want the day value to be assigned?
 
Back
Top