Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to delete row...

Status
Not open for further replies.

ires

Technical User
May 7, 2005
1
US
I have created a table in Access to track data for a MealsOnWheels program.

The table needs updating daily--particularly the column named "Stopped".

I need direction on how to create a macro that would automatically delete a row after the user manually makes null a field in the "Stopped" column.

I would appreciate any direction I can get.

Gracias! Ires iwnj@aol.com
 
Take a look at the DoCmd.RunSQL method and the DELETE FROM SQL instruction.

Hope This Helps, PH.
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ222-2244
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top