What does this Error mean!

B

Bob Vance

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

Allen Browne

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.)
 
B

Bob Vance

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
 
B

Bob Vance

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 :)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top