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 Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Access 2003 - Delete Record?

Status
Not open for further replies.

ArleneM

Technical User
Jul 27, 2008
5
US
I want to set up a form that will ask me for information, then delete or show the matching record.

For example, if I input an employee number, it will delete all information in all tables pertaining to that employee or show me all information in all tables for that employee. So I'd have a form (?) that has a box where I enter the employee number, then two buttons - Delete or Show. Obviously, Delete would delete the record, Show would show me all the info.

Any help you can provide would be most appreciated.

Thanx,
Arlene
 
Hi,
There are other locations for Access threads. This questions may be more useful if posted there.


Best,
Blue Horizon [2thumbsup]
 
You can post in either:
Microsoft: Access Forms
Microsoft: Access Modules (VBA Coding)

You can use SQL statements to show or delete the records from the tables.

Also, as a design precaution, wouldn't you want the user to see first, then delete?
 
Here are direct links for the forums mentioned by fneily:

forum702

and

forum705

--

"If to err is human, then I must be some kind of human!" -Me
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top