What does this Error mean!

  • Thread starter Thread starter Bob Vance
  • Start date Start date
B

Bob Vance

Either the BOF is True,or the current record has beeen deleted. Requested
operation requires a current record!
 
Context?

Is this in the Click event procedure of a command button?
Or in VBA code that's operating on a recordset?
Or in the AfterDelConfirm event of a form?
Or just when navigating a form?

Is it a split form?
Has a record been deleted?
(There are bugs in A2007 in the way it handles split forms after a
deletion.)
 
Allen Browne said:
Context?

Is this in the Click event procedure of a command button?
Or in VBA code that's operating on a recordset?
Or in the AfterDelConfirm event of a form?
Or just when navigating a form?

Is it a split form?
Has a record been deleted?
(There are bugs in A2007 in the way it handles split forms after a
deletion.)

--
Allen Browne - Microsoft MVP. Perth, Western Australia

Reply to group, rather than allenbrowne at mvps dot org.


Bob Vance said:
Either the BOF is True,or the current record has beeen deleted. Requested
operation requires a current record!
Sorry Allen, I get the picture!
It is a split form (subform) when i delete all records and try to start my
firsy record(Invoice) my subform will not appear and nor does my clientID
unless in click the arror on the combo box to show it. So basically its just
trying to get my first record to work . If i have 1 record it is not a
problem.........Regards Bob
 
Bob Vance said:
Allen Browne said:
Context?

Is this in the Click event procedure of a command button?
Or in VBA code that's operating on a recordset?
Or in the AfterDelConfirm event of a form?
Or just when navigating a form?

Is it a split form?
Has a record been deleted?
(There are bugs in A2007 in the way it handles split forms after a
deletion.)

--
Allen Browne - Microsoft MVP. Perth, Western Australia

Reply to group, rather than allenbrowne at mvps dot org.



Sorry Allen, I get the picture!
It is a split form (subform) when i delete all records and try to start my
firsy record(Invoice) my subform will not appear and nor does my clientID
unless in click the arror on the combo box to show it. So basically its
just trying to get my first record to work . If i have 1 record it is not
a problem.........Regards Bob
Found it,Someone who help design this DB decided if there is no company name
in tbCompanyName.CompanyName my DB wont operate, well at worst the statement
and Invoice would not have a title which you would soon be alerted too, and
PUT one in :)
 
Back
Top