Wondering how to reboot the machine in MSDOS mode. I'm trying to restore the WSOCK32.dll file and am having problems in "Safe Mode".
Any help would be appreciated.
Thanks,
Biff
I'm trying to create a query with multiple counts on a subset of a table.
I've found:
SELECT (SELECT COUNT(*)FROM Table WHERE Item = 1) AS Field1,
(SELECT COUNT(*)FROM Table WHERE Item = 2) AS Field2
which does return the total count of Items = 1 and Items = 2 in Table. My problem...
I'm running Access 2000 and connecting to a database on SQL Server 7.0.
I bring up the .adp file that I'm working on and open one of the tables. Whenever I try to update any of the data I get the "Recordset is not updateable" message.
I brought this database over from the client...
I'm trying to load a saved record from a table into a form. All of the data comes in nicely except for my Combo Box, which doesn't seem to be able to accept the value the way I'm referencing it. I'm trying to use the assignment Combobox.value = "Bloom". "Bloom" is one of...
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.