R
Ryan
In an event procedure, can I reference a column that is in
my recordsource but does not appear on the form? If so,
how?
my recordsource but does not appear on the form? If so,
how?
Sure. Me.mycolumnIn an event procedure, can I reference a column that is in
my recordsource but does not appear on the form? If so,
how?
-----Original Message-----
Ryan said:In an event procedure, can I reference a column that is in
my recordsource but does not appear on the form? If so,
how?
It is an autonumber primary key I need to use in a DCount
function call in order to check the presence of records in
another table.