|
-
Jan 15th, 2000, 11:22 AM
#1
Thread Starter
New Member
When creeating a database program using ACCESS as a Backend how can I use a Table that can reuse data. Ex: Let's say I have a database I am assigning Names to Computer terminal's. When I delete a record I want the Computer Terminal to reappear in the List table but the record to be deleted
-
Jan 15th, 2000, 12:26 PM
#2
Junior Member
you could have a variable in the Computer Terminal table that is boolean :
Rather than deleting records, I usually set each table to having a IsDeleted record ... that way I can have or not have certain records in a recordset.
You could probably do the same, when you delete a record, it would set a field in the Computer Terminal table to allow it to be shown in the recordset
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|