D
David
Hi,
Sorry for all the questions but I have embarked on building a database in
Access which is fully customized to our business requirements, I do not have
a massive knowledge of building databases but I am learning as I go and
asking a lot of questions.
My latest is regarding a notes and history field, I have seen this in some
of the working samples provided with Access and I am trying to duplicate the
code/mechanics. I have a table with a notes field and then I have copied the
history field from one of the working samples however when I put notes in to
the notes field the history field shows '#error', the code I am using is
=ColumnHistory([RecordSource],"Notes","[ID]=" & Nz([ID],0))
Could someone tell me what I am doing wrong or if this should work as I have
no idea at the moment how to resolve.
Thanks
Sorry for all the questions but I have embarked on building a database in
Access which is fully customized to our business requirements, I do not have
a massive knowledge of building databases but I am learning as I go and
asking a lot of questions.
My latest is regarding a notes and history field, I have seen this in some
of the working samples provided with Access and I am trying to duplicate the
code/mechanics. I have a table with a notes field and then I have copied the
history field from one of the working samples however when I put notes in to
the notes field the history field shows '#error', the code I am using is
=ColumnHistory([RecordSource],"Notes","[ID]=" & Nz([ID],0))
Could someone tell me what I am doing wrong or if this should work as I have
no idea at the moment how to resolve.
Thanks