S
Sverk
Hi,
On a table (in Access 2007) I am trying to use :
DoCmd.FindRecord [TestfieldValue], , , , , acAll, True
It works, in the sense that it finds a record that contains the
TestfieldValue --
but in the wrong field!
When I then try
DoCmd.FindRecord [TestfieldValue], , , , , acCurrent, True
it finds nothing, supposedly because it searches in the wrong field.
F1 Help says acCurrent makes for searching the "current field",
sound good, bu what is the current field? I can find no help on that.
So, how do I specify the current field here?
Please help!
Sverk
On a table (in Access 2007) I am trying to use :
DoCmd.FindRecord [TestfieldValue], , , , , acAll, True
It works, in the sense that it finds a record that contains the
TestfieldValue --
but in the wrong field!
When I then try
DoCmd.FindRecord [TestfieldValue], , , , , acCurrent, True
it finds nothing, supposedly because it searches in the wrong field.
F1 Help says acCurrent makes for searching the "current field",
sound good, bu what is the current field? I can find no help on that.
So, how do I specify the current field here?
Please help!
Sverk