Time for your 3rd Quarter Update! Are you in the running for the 6th Annual Expert Awards? Click the link to find out.

Third Quarter Hot Shots
 

Having problems asking a question? Have a general question about Experts Exchange? Let us know!

 
Time Tested MS Access Solutions: 51 - 75 of 8064
 
In Oracle, i can retrieve the row number of selected records by using rownum. Example: Select rownum, id, name from MyTable; But how can i retrieve the row number of a record in Ms-Acce...
Could this error mean that the user has never opened access before and therefore has not started a system.mdw file?  Please let me know.
I feel silly even asking the question, but how do you hide and unhide forms from the user interface in Access 2007?   In Access 2003 and earlier, when I had an open form I could go to Windo...
I have a number pad on screen using VBA Access 2003 with  Sql Server I click one of the buttons and a number appears in the text box.Hit a button again and the next number appends to the firs...
This has been asked a few times and I've seen no generic solutions so here is a function to retrieve and display the row number in a query: Function GetRowNum(strQueryName As String, strIDF...
I want to count the number of records in a table and store in variable, then run sum code, then get the number of records in the table, then subract from on another.
I've got a web site using an Access database that I've been writing scripts for awhile now.  I haven't had any problems. All of a sudden, I get in today and try to open up the database dire...
Hi i'm an asp newbie and am just trying to insert some data into a database table. i can successfully retrieve data but it wont let me insert. my code is below, if you have any questions...
How do i run a MS Access 2007 database on an Apple Mac to view or edit data?
In a form I have with a subform (based on a query that draws fields from one table for the main form, and fields from another table with a one-to-many relationship with the first table for the...
I have a database - back end sql, front end acces data project.  I want to add 60 days to the now field: (dbo.tbdProject.ContractExp >= { fn NOW() }) Thanks
Since Access 2007 doesn't support .mdw security, what is the best approach if you still want to have a username and password logon prompt?   I have a database that is in 2003 format right n...
I need to know how to find and install Microsoft DAO 3.6 Object Library as it is required for a module I am working with. Can someone please direct me. I am working in Access 2000.
Good Afternoon, I am using a Make Table Query to make a new table.  The query pulls from a table where the data elements are formated as Number  [DataElement]   and [DataElement2] The fi...
I'm missing something in my code... It is not looping further into subfolders (as the msgbox states). Can you please advise what's missing?  Thanks! Private Sub cmdEmailFolders2_Click() '...
I am running Access 2000 and I need to convert DateTime to just Date? Thank You.
I receive this error 3709 Connection cannot be used to perform this operation. It is either closed or invalid in this context. When trying to run code thru a macro. Here is the code sample. I ...
Hi I want to make a "export"button on a form to transform a table into a .csv file. Can somebody help me with the right VBA code? I've tried things like: DoCmd.TransferSpreadsheet acEx...
After upgrading a users computer from Office2000 to Office2003 he is getting this error message popup. Setup Unable to exeucte file:  c:\dde\ddenonprod.mdb ShellExecuteEx failed; code 2 ...
I'm looking for advantages that SQL Server has over MS Access. Mainly, what are the reasons that an SQL server is a better way to store and run databases from, rather than MS Access. Also, if ...
I'm using the ocx "Microsoft Office Document Imaging Viewer Control" for displaying faxes in an Access 2003 form. Since one week the ocx fail to show anything (on all the pc I test). Access...
Hi Experts, Can anybody give me a working example for data access over internet using ADO through VB6 application? 1. Connection to a remote machine 2. Reading and Writing data from/to ...
This question has been asked here before , solution of which tells that if you go in "office button" and select "access options" then you can setup "startup form". I still dont know how. I am ...
What is the Access 2000 database size limit and what happens when it's reached? Thanks.
I have an access database that I need to limit access to only forms (in ordert to add, edit and save data in tables)  However, do not want users to have access to programming code, queries, et...