I am trying to find a way set a textbox on a form = to a recordsource row and colum. Or a work around so that if the records change the boxes will change. Any Ideas welcome
Thanks Rollie, I am not sure that I explained my problem. I have a form that I would like to have multiple records on, for instance records 1-5. Each record has five fields, [RecordNum], [Name], [Frequency], [Date1], and [Date2]. The [RecordNum] field will change as well as the others so I would like to reference the Row Number.
I would like to have Record 1 fields = Row 1 fields in a Recordsouce, Record 2 fields = Row 2 fields, ect.
Something like
Me![Name] = rst!(input code for row1 [Name])
Me![Frequency] = rst!(input code for row1 [Frequency])
ect.
I have also thought about the find next function but am not sure how that would be done. Thanks for any help
use the wiz to show you how. It sounds like you want a database view. If your 'rows'- the correct term is records - are tied to some other field variable, use a subform.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.