G
Guest
I have a record source function in a form module. The function is called
when the user pulls down a combo box. The form is in DATASHEET view.
this code: msgBox (Me.CurrentRecord & " " & Me.txtNAME.Value) reports:
the number of the CURRENT RECORD (eg: row 25) but the NAME that is in the
FIRST record (eg, the first row in the table)
question: What do I have to do to get Access to supply
the NAME value that is in the "Current" record?
I can't find a property or method that relates to moving a pointer from row
to row in a Datasheet form, but I know such a tool MUST exist. Maybe it's
some form of bookmark? I'm trying everything.
Leonard
when the user pulls down a combo box. The form is in DATASHEET view.
this code: msgBox (Me.CurrentRecord & " " & Me.txtNAME.Value) reports:
the number of the CURRENT RECORD (eg: row 25) but the NAME that is in the
FIRST record (eg, the first row in the table)
question: What do I have to do to get Access to supply
the NAME value that is in the "Current" record?
I can't find a property or method that relates to moving a pointer from row
to row in a Datasheet form, but I know such a tool MUST exist. Maybe it's
some form of bookmark? I'm trying everything.
Leonard