Hello all,
I'm trying to set an ADO data control's recordsource at runtime, but when
the form loads, I get the error for each data control on the form:
[ADODC]: no RecordSource specified. [ADO]: Command Text was not set for the
command object.
I do NOT want to set the recordsource property at design time. What can I
do to avoid the error when the form loads? This error happens when I load
the form in the IDE in design mode as well. The recordsource was never
required at design time with DAO data controls. What am I missing? Thanks,
Bill