Creating a 'Delete Record' command button.

C

ctB

I know that I can click the 'delete' button up on the tool bar,
but I'd like to create a command button in my form that would
allow me to delete the currently displayed record. Is there a
way to do that?
 
N

NetworkTrade

yes - it is an embedded feature option. When you create a new button on your
form - and that wizard launches - just look to Record Operations and you will
find a delete record option.....
 
C

ctB

NetworkTrade said:
yes - it is an embedded feature option. When you create a new button on your
form - and that wizard launches - just look to Record Operations and you will
find a delete record option.....

Hmmm... my command button wizard isn't automatically appearing.
How do I get it to appear?

Chris
 
C

ctB

ctB said:
Hmmm... my command button wizard isn't automatically appearing.
How do I get it to appear?

Okay, I figured out that I need to click the little wand in the
toolbox before creating a button. Thanks much for the help!!
 
Top