| re: RecordSource Property Unavailable
Just for the record, there is no such thing as a "Subform object"... there
is a Subform Control, which has a Source Object (specifies what Form is
embedded in the Subform Control -- that Form will have a RecordSource, but
you'll have to open it directly; don't ask me what those values are if you
choose the datasheet option, as IMNSHO, you should present a Form to the
user).
Regardless of whether the Wizard is installed, the Subform Control should
have a Source Object and the Form embedded in the Subform Control, opened
separately, should have a RecordSource.
Larry Linson
Microsoft Access MVP
"Mr. Bungle" <slayer3600@hotmail.com> wrote in message
news:aba497b8.0408021532.769b1851@posting.google.c om...[color=blue]
> Just when I thought I knew everything...
>
> Does anyone know why sometimes when creating a subform, the
> RecodSource property is totally unavailable, this appears to happen
> when you don't use the subform wizard. Instead of a "RecordSource", it
> is "SourceObject"(query or table). I am creating a database for
> someone that does not have the access wizard installed (normally I
> don't use it much anyways) and when I create a subform and want to
> specify the RecordSource property I can't because it doesn't exist and
> I don't want it based on a "SourceObject". Any help is greatly
> appreciated.
>
> Thank You!
> Jeremy[/color] |