My office has converted all but one system to Office 2000. During the file convertion the program brings up V-Basic and says that it needs field name "Desciption" Does anyone have any info on how to fix this problem?
You need to be more specific, is 'Description' a field in a table or form? Is it a variable declared in your VB Code? Is it a mis-spelling in your code?<br><br>'Description' is generally used in databases all over, in various tables, forms, and reports, but it must be a field and/or variable you have created yourself, and cannot be a fault of your upgrade. Thoroughly check your code...
You can open the database in version 97, open any code module, and do a search on 'Desciption' specifying the "search entire database" option. This may help you find it if it's in your code. If not in your code, it may be a problem with your startup form (if you have one) or underlying query.
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.