|
-
Sep 29th, 2000, 01:37 AM
#1
Thread Starter
New Member
I am currently developing an inventory database. The items usually are consigned to a shop and then it's either returned to the head office and it will be consigned again to another shop or it will be sold. Is there a way that I can transfer all the sold items to a new table without fearing that the others will stay on the movement table?
-
Sep 29th, 2000, 05:09 PM
#2
Fanatic Member
try to use an sql statement similar to the following:
Code:
Select * Into SoldItems from MyItems where IsItemSold = 'True'
www.RealisticGraphics.net
Running VS.Net Enterprise & VB 6
Other Languages: JavaScript, VBScript, VBA, HTML, CSS, ASP, SQL, XML
MSN Messenger: kmsheff
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
|