record selector

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
 
A

Albert D. Kallal

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?
 

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

Top