I need a method of determining if a table already exists in a database (so that I dont append information to an existing one, or un-intentionally overwrite an old one)
Any ideas?
I have a table that maintains a list of components for items to be assembled.
[ComponentCode][ComponentDescrip][ComponentSupplier]...
Another table maintains a list of all items being assembled and the components needed in that item.
[ItemCode][ComponentCode][other misc fields]
Each ItemCode...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.