Make sure the drop down list next to the run button on the toolbar says 'debug' rather than 'release'. When you run the application in debug mode it creates all the debug symbols the program needs to debug the app.
I have an Access 2002 project that is linked to an SQL Server 2000 database that has Numeric primary keys with a precision of 38 and a scale of 2. This allows me to create ID numbers like 1.01, 2.01 and so forth.
I am trying to create a Combo Box that has a rowsource that points to one of the...
I am trying to query a table that contains a Primary Key which is set as a float data type and a nvarchar field that stores names. For instance I have a record where the ID is 75.01 and the name is Bob Tucker.
When I try to search for this record using the followwng query no records are...
Does anyone know of a nice alternative to MS Access' 'First Function' in SQL Server. For instance, if I run the following query in Access it will return the first row of data in the Title table:
Select First(Title) As FTitle, ISBN, Call_Number
From Title
However, if I try to run this in SQL...
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.