Runtime Err '-2147467259' VB6 MS access
Hi there everyone :wave: ,
Gotta small problem that im hoping to get solved as soon as poss! Here we go.....
Im developing a small user maintained database that I am using to store repair records. Im still fairly new to DB development, but have managed to produce a table that i can view & delete records etc.
Problem is, when adding a new record I get Err message '-2147467259' which reads "Empty row cannot be inserted. Row must have at least one column value set."
Now im not quite sure what this means exactly, but my database does get updated correctly with the new info.
I've tried the On Error Resume Next to try to ignore it, but this method doesnt seem to operate as it should.
I'd be more than greatful for any help on this, Cheers All who read this :) !!
Re: Runtime Err '-2147467259' VB6 MS access
How are you adding the new row?
Re: Runtime Err '-2147467259' VB6 MS access
Hi there ecniv, Thanx 4 ur interest in my problem, but i av just found the solution to it. Took me a good while tho, Cheers Anyway!! :thumb: