Action Command?

T588

Registered User.
Local time
Today, 02:45
Joined
Feb 3, 2003
Messages
65
What I have is this: Macro from a database window (design view) I used

GoToControl (field)
RunCommand (Delete)

for each field in the form, if certain criteria is not met (thereby eliminating the creation of another autonumber record)

Is there a single action command that will delete all fieids without commanding each one separately?

***Also, What action commands do I use to "clear" or "toggle" a checkbox to remove the check? the action command: RunCommand (delete) will not work.

Is anyone familiar with this?

Thanks
Vince
 
Set the checkbox to FALSE
To cancel an add, in the past I have used the (been awhile so there maybe a better way) was issue the menu command to cancel the update, or issue an escape (same thing).
 

Users who are viewing this thread

Back
Top Bottom