Forms Wizard - Delete Record Button

M

mobcdi

I used the forms wizard to create a form based on my table. The controls at
the bottom of the form from the wizard allow me to navigate through the
records in the table and add new records. My problem is that there is no
Delete Record button so I can add new records, edit existing ones but can't
remove old records.

Any solution out there to add a Delete Record button, am I missing a check
box somewhere
 
R

RuralGuy

To get you started use the Command Button Wizard to create a Delete Record
Button. The Wizard will walk you through the questions and create the code
(somewhat antiquated code however, but it works)!

I used the forms wizard to create a form based on my table. The controls at
the bottom of the form from the wizard allow me to navigate through the
records in the table and add new records. My problem is that there is no
Delete Record button so I can add new records, edit existing ones but can't
remove old records.

Any solution out there to add a Delete Record button, am I missing a check
box somewhere

_______________________________________________
hth - RuralGuy (RG for short)
Please post to the NewsGroup so all may benefit.
 
M

mobcdi

So there isn't a way of getting a delete button to appear on the navigation
bar that access2003 adds itself,
Am I right in that?
 
R

RuralGuy

You are correct. However Guru Stephan Lebans has created a complete replacement
for the nav buttons and maybe you could modify it and add a delete button.
http://www.lebans.com/recnavbuttons.htm

I've not looked at the code so I could be all wet on this one.

So there isn't a way of getting a delete button to appear on the navigation
bar that access2003 adds itself,
Am I right in that?

_______________________________________________
hth - RuralGuy (RG for short)
Please post to the NewsGroup so all may benefit.
 
Top