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
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