M
Michael S. Montoya
I have a subform which is in Datasheet view. If you are to manually click
on the record selector, all the fields in the entire row are "highlighted"
,or selected. Is there a way to "click" a record selector using vba? What
I do is when the form is opened a certain record if found (findfirst). When
the record is found, the cursor lies in the first field. I would like the
entire row "highligted". I would be willing to use a "conditional
formatting" if needed, but there are alot of fields and would rather not.
After the findfirst event, I tried the docmd.runcommand selectrecord, but
that didn't work either.
Help!!
on the record selector, all the fields in the entire row are "highlighted"
,or selected. Is there a way to "click" a record selector using vba? What
I do is when the form is opened a certain record if found (findfirst). When
the record is found, the cursor lies in the first field. I would like the
entire row "highligted". I would be willing to use a "conditional
formatting" if needed, but there are alot of fields and would rather not.
After the findfirst event, I tried the docmd.runcommand selectrecord, but
that didn't work either.
Help!!