B
Bob Vance
Either the BOF is True,or the current record has beeen deleted. Requested
operation requires a current record!
operation requires a current record!
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!Bob Vance said:Either the BOF is True,or the current record has beeen deleted. Requested
operation requires a current record!
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:Found it,Someone who help design this DB decided if there is no company nameAllen 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
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![]()