D
Doug MacDonald
I have a form set up with text boxes in the Detail section
and Default view set to Datasheet. It works fine if the
Recordsource is an Access query but I want to use a SQL
statement in VB as the RecordSource. I set the CurrentDB
and Openrecordset with the SQL statement in the Form Load
subroutine. I get no errors but the only record that gets
displayed is the last one. I have a rst.RecordCount in
the code so I know all the records are there.
Do I have to do something to make the Detail section step
to the next record?
Thanks
Doug
and Default view set to Datasheet. It works fine if the
Recordsource is an Access query but I want to use a SQL
statement in VB as the RecordSource. I set the CurrentDB
and Openrecordset with the SQL statement in the Form Load
subroutine. I get no errors but the only record that gets
displayed is the last one. I have a rst.RecordCount in
the code so I know all the records are there.
Do I have to do something to make the Detail section step
to the next record?
Thanks
Doug