J
JohnE
I have an embarrassing question to ask. I am having a
brain lock up in doing a SELECT statement for a
recordsource to a form. It is a long one and I can not
figure out how to break it down into shorter pieces by
taking it to the next line without the dings going off.
By leaving it one really long line it does work. Here is
the whole thing between the astericks.
*********
Forms![usrfrmClientSectionNotes].RecordSource = "SELECT
usrtblClientSectionNotes.ClientSectionNotesID,
usrtblClientSectionNotes.ClientCode,
usrtblClientSectionNotes.SectionTopic,
usrtblClientSectionNotes.DateOfEntry,
usrtblClientSectionNotes.EnteredBy,
usrtblClientSectionNotes.SectionNotes From
usrtblClientSectionNotes ORDER BY
usrtblClientSectionNotes.DateOfEntry DESC;"
*********
Can anyone help before I pull what's left of my hair out?
Thanks in advance.
*** John
brain lock up in doing a SELECT statement for a
recordsource to a form. It is a long one and I can not
figure out how to break it down into shorter pieces by
taking it to the next line without the dings going off.
By leaving it one really long line it does work. Here is
the whole thing between the astericks.
*********
Forms![usrfrmClientSectionNotes].RecordSource = "SELECT
usrtblClientSectionNotes.ClientSectionNotesID,
usrtblClientSectionNotes.ClientCode,
usrtblClientSectionNotes.SectionTopic,
usrtblClientSectionNotes.DateOfEntry,
usrtblClientSectionNotes.EnteredBy,
usrtblClientSectionNotes.SectionNotes From
usrtblClientSectionNotes ORDER BY
usrtblClientSectionNotes.DateOfEntry DESC;"
*********
Can anyone help before I pull what's left of my hair out?
Thanks in advance.
*** John