Ok so my butts gonna be in the doghouse if i dont get this prog done soon for my g/f. I have a database that has a data control and it works just fine except for that it adds blank rows to the new database when i click add... My main properties are BOF = Move First and EOF Move Last..... How do i get rid of these blank rows?
my add button just has
data1.refresh
data1.recordset.addnew
data1.recordset.update

any Ideas?

Please Help